pangoCairoContextSetShapeRenderer {RGtk2} | R Documentation |
Sets callback function for context to use for rendering attributes
of type PANGO_ATTR_SHAPE
. See PangoCairoShapeRendererFunc
for
details.
pangoCairoContextSetShapeRenderer(object, func, data)
|
[PangoContext ] a PangoContext , from pangoCairoFontMapCreateContext |
|
[PangoCairoShapeRendererFunc ] Callback function for rendering attributes of type
PANGO_ATTR_SHAPE , or NULL to disable shape rendering. |
|
[R object] User data that will be passed to func . |
Since 1.18
Derived by RGtkGen from GTK+ documentation