PgRenderer.drawGlyph

Draws a single glyph with coordinates in device space.

class PgRenderer
void
drawGlyph
(,,
double x
,
double y
)

Parameters

font PgFont
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

Meta