Method
Pango.Renderer.draw_glyphs
Declaration [src]
void
pango_renderer_draw_glyphs (
PangoRenderer* renderer,
PangoFont* font,
PangoGlyphString* glyphs,
int x,
int y
)
Parameters
font |
PangoFont |
a |
|
The data is owned by the caller of the function | |
glyphs |
PangoGlyphString |
a |
|
The data is owned by the caller of the function | |
x |
int |
X position of left edge of baseline, in user space coordinates in Pango units. |
|
y |
int |
Y position of left edge of baseline, in user space coordinates in Pango units. |