函数
潘戈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坐标(以像素为单位)。