PangoCairoShapeRendererFunc

PangoCairoShapeRendererFunc: @cr: a Cairo context with current point set to where the shape should be rendered @attr: the %PANGO_ATTR_SHAPE to render @do_path: whether only the shape path should be appended to current path of @cr and no filling/stroking done. This will be set to %TRUE when called from pango_cairo_layout_path() and pango_cairo_layout_line_path() rendering functions. @data: user data passed to pango_cairo_context_set_shape_renderer()

Function type for rendering attributes of type %PANGO_ATTR_SHAPE with Pango's Cairo renderer.

alias PangoCairoShapeRendererFunc = void function(
cairo_t* cr
,,
gboolean do_path
,
gpointer data
)

Meta