函数
潘戈Xftpicture_render
声明 [源代码]
void
pango_xft_picture_render (
Display* display,
Picture src_picture,
Picture dest_picture,
PangoFont* font,
PangoGlyphString* glyphs,
gint x,
gint y
)
参数
display
-
类型:
Display
一个X显示。
数据由函数的调用者拥有。 src_picture
-
类型:
Picture
用来绘制字符串的源图片。
dest_picture
-
类型:
Picture
绘制字符串的目标图片。
font
-
类型:
PangoFont
用来绘制字符串的字体。
数据由函数的调用者拥有。 glyphs
-
类型:
PangoGlyphString
需要绘制的字符字符串。
数据由函数的调用者拥有。 x
-
类型:
gint
字符串开始位置的x坐标(以像素为单位)。
y
-
类型:
gint
基线的y坐标(以像素为单位)。