[cairo] Pango Layout lifecycle questions

Behdad Esfahbod behdad at behdad.org
Wed Aug 11 08:42:19 PDT 2010


On 08/10/10 19:31, Travis Griggs wrote:
>     create PangoContext from CairoContext

This is just a convenience function for creating a PangoContext and then
updating it to match a CairoContext.  You can do those things separately though:

  pango_cairo_font_map_create_context
  pango_cairo_update_context


behdad


More information about the cairo mailing list