函数
PangoCairoshow_glyph_item
自:1.22以来
声明 [源]
void
pango_cairo_show_glyph_item (
cairo_t* cr,
const char* text,
PangoGlyphItem* glyph_item
)
描述 [源]
在指定cairo上下文中绘制glyph_item
中的字形,
如果输出格式支持(例如PDF
),则将相关文本嵌入输出,否则其行为类似于pango_cairo_show_glyph_string()
。
字形的起点(基线的左侧)将被绘制在当前的两个上下文点中。
注意,text
是布局文本文档的起始点,然后通过glyph_item->item->offset
进行索引。
自:1.22起可用
参数
cr
-
类型:
cairo_t
Cairo上下文。
数据由函数的调用者拥有。 text
-
类型:
const char*
glyph_item
引用的UTF-8文本。数据由函数的调用者拥有。 值是NUL终止的UTF-8字符串。 glyph_item
-
类型:
PangoGlyphItem
一个
PangoGlyphItem
。数据由函数的调用者拥有。