Method
PangoRendererdraw_glyph
Declaration [src]
void
pango_renderer_draw_glyph (
  PangoRenderer* renderer,
  PangoFont* font,
  PangoGlyph glyph,
  double x,
  double y
)
Parameters
| font | PangoFont | 
| A  | |
| The data is owned by the caller of the function. | |
| glyph | PangoGlyph | 
| The glyph index of a single glyph. | |
| x | double | 
| X coordinate of left edge of baseline of glyph. | |
| y | double | 
| Y coordinate of left edge of baseline of glyph. |