Method
PangoRendererdraw_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. |