PangoGlyphGeometry

The PangoGlyphGeometry structure contains width and positioning information for a single glyph. PangoGlyphUnit width; the logical width to use for the the character. PangoGlyphUnit x_offset; horizontal offset from nominal character position. PangoGlyphUnit y_offset; vertical offset from nominal character position.

Members

Variables

width
PangoGlyphUnit width;
Undocumented in source.
xOffset
PangoGlyphUnit xOffset;
Undocumented in source.
yOffset
PangoGlyphUnit yOffset;
Undocumented in source.

Meta