Function
PangoCairolayout_path_for_components
since: 1.58
Declaration [src]
void
pango_cairo_layout_path_for_components (
cairo_t* cr,
PangoLayout* layout,
PangoRenderComponent components
)
Description [src]
Adds components of a PangoLayout to the current path
in the specified cairo context.
The top-left corner of the PangoLayout will be at the
current point of the cairo context.
Available since: 1.58
Parameters
cr-
Type:
cairo_tA Cairo context.
The data is owned by the caller of the function. layout-
Type:
PangoLayoutA Pango layout.
The data is owned by the caller of the function. components-
Type:
PangoRenderComponentThe components to include.