Function
PangoCairo.ShapeRendererFunc
Declaration
void
ShapeRendererFunc (
  cairo_t* cr,
  PangoAttrShape* attr,
  gboolean do_path,
  gpointer data
)
Description [src]
Function type for rendering attributes of type PANGO_ATTR_SHAPE
with Pango’s Cairo renderer.
Parameters
| cr | cairo_t* | 
| a Cairo context with current point set to where the shape should be rendered | |
| Ownership is not transferred to the callee | |
| attr | PangoAttrShape* | 
| the  | |
| Ownership is not transferred to the callee | |
| do_path | gboolean | 
| whether only the shape path should be appended to current
path of  | |
| data | gpointer | 
| user data passed to  |