pangoCairoContextSetShapeRenderer {RGtk2}R Documentation

pangoCairoContextSetShapeRenderer

Description

Sets callback function for context to use for rendering attributes of type PANGO_ATTR_SHAPE. See PangoCairoShapeRendererFunc for details.

Usage

pangoCairoContextSetShapeRenderer(object, func, data)

Arguments

object

a PangoContext, from a pangocairo font map

func

Callback function for rendering attributes of type PANGO_ATTR_SHAPE, or NULL to disable shape rendering.

data

User data that will be passed to func.

Details

Since 1.18

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]