Function
PangoCairo.context_get_shape_renderer
Declaration [src]
PangoCairoShapeRendererFunc
pango_cairo_context_get_shape_renderer (
PangoContext* context,
gpointer* data
)
Description [src]
Sets callback function for context to use for rendering attributes
of type PANGO_ATTR_SHAPE
.
See PangoCairoShapeRendererFunc
for details.
Retrieves callback function and associated user data for rendering
attributes of type PANGO_ATTR_SHAPE
as set by
pango_cairo_context_set_shape_renderer()
, if any.
Available since: | 1.18 |