Function
PangoXft.render
Declaration [src]
void
pango_xft_render (
XftDraw* draw,
XftColor* color,
PangoFont* font,
PangoGlyphString* glyphs,
gint x,
gint y
)
Parameters
draw |
XftDraw* |
the XftDraw object. |
|
The data is owned by the caller of the function | |
color |
XftColor* |
the color in which to draw the string |
|
The data is owned by the caller of the function | |
font |
PangoFont* |
the font in which to draw the string |
|
The data is owned by the caller of the function | |
glyphs |
PangoGlyphString* |
the glyph string to draw |
|
The data is owned by the caller of the function | |
x |
gint |
the x position of start of string (in pixels) |
|
y |
gint |
the y position of baseline (in pixels) |