函数

PangoCairocontext_get_shape_renderer

自:1.18

声明 [src]

PangoCairoShapeRendererFunc
pango_cairo_context_get_shape_renderer (
  PangoContext* context,
  gpointer* data
)

描述 [src]

设置用于为类型 PANGO_ATTR_SHAPE 的属性绘制回调函数。

请参阅 PangoCairoShapeRendererFunc 了解详细信息。

检索类型 PANGO_ATTR_SHAPE 的绘制属性设置的相关回调函数和用户数据,如由 pango_cairo_context_set_shape_renderer() 设置,如果有。

自:1.18

此函数不对语言绑定直接可用。

参数

context

类型: PangoContext

来自 pangocairo 字体映射的 PangoContext

这些数据由函数的调用者拥有。
data

类型: gpointer*

指向返回用户数据的 gpointer 的指针。

此参数可以是 NULL
这些数据由函数的调用者拥有。

返回值

类型: PangoCairoShapeRendererFunc

以前在上下文中设置的形状绘制回调,如果没有设置,则为 NULL