Function
PangoCairocontext_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 |
This function is not directly available to language bindings |
Parameters
context |
PangoContext |
A |
|
The data is owned by the caller of the function. | |
data |
gpointer* |
Pointer to |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |
Return value
Returns: | PangoCairoShapeRendererFunc |
The shape rendering callback
previously set on the context, or |