PangoGlyphGeometry

PangoGlyphGeometry: @width: the logical width to use for the the character. @x_offset: horizontal offset from nominal character position. @y_offset: vertical offset from nominal character position.

The #PangoGlyphGeometry structure contains width and positioning information for a single glyph.

extern (C)
struct PangoGlyphGeometry {
PangoGlyphUnit width;
PangoGlyphUnit x_offset;
PangoGlyphUnit y_offset;
}

Meta