[cairo] text to postscript rendering

Behdad Esfahbod behdad at behdad.org
Thu Feb 28 01:43:39 PST 2008


On Thu, 2008-02-28 at 04:35 -0500, Jürgen Ladstätter wrote:
>         pango_cairo_show_layout_line (cr, pango_layout_get_line (layout, 0));

Replace this with:

  pango_cairo_layout_line_path (cr, pango_layout_get_line (layout, 0));
  cairo_fill (cr);


-- 
behdad
http://behdad.org/

"Those who would give up Essential Liberty to purchase a little
 Temporary Safety, deserve neither Liberty nor Safety."
        -- Benjamin Franklin, 1759



More information about the cairo mailing list