contextSetShapeRenderer
fn
void contextSetShapeRenderer(pango.context.Context context, pangocairo.types.ShapeRendererFunc func = null)Sets callback function for context to use for rendering attributes of type [pango.types.AttrType.Shape].
See [pangocairo.types.ShapeRendererFunc] for details.
Parameters
context | a [pango.context.Context], from a pangocairo font map |
func | Callback function for rendering attributes of type [pango.types.AttrType.Shape], or null to disable shape rendering. |