Function
PangoCairoupdate_layout
since: 1.10
Declaration [src]
void
pango_cairo_update_layout (
  cairo_t* cr,
  PangoLayout* layout
)
Description [src]
Updates the private PangoContext of a PangoLayout created with
pango_cairo_create_layout() to match the current transformation and target
surface of a Cairo context.
Available since: 1.10
Parameters
- cr
- 
            Type: cairo_tA Cairo context. The data is owned by the caller of the function. 
- layout
- 
            Type: PangoLayoutA PangoLayout, frompango_cairo_create_layout()The data is owned by the caller of the function.