Struct
PangoGlyphGeometry
Description [src]
struct PangoGlyphGeometry {
PangoGlyphUnit width;
PangoGlyphUnit x_offset;
PangoGlyphUnit y_offset;
}
The PangoGlyphGeometry
structure contains width and positioning
information for a single glyph.
Structure members
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. |