Method

PangoRendererdraw_glyph

Declaration [src]

void
pango_renderer_draw_glyph (
  PangoRenderer* renderer,
  PangoFont* font,
  PangoGlyph glyph,
  double x,
  double y
)

Description [src]

Draws a single glyph with coordinates in device space.

Available since:1.8

Parameters

font PangoFont
 

A PangoFont

 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.