PangoFontMetrics

A PangoFontMetrics structure holds the overall metric information for a font (possibly restricted to a script). The fields of this structure are private to implementations of a font backend. See the documentation of the corresponding getters for documentation of their meaning. guint ref_count; reference count. Used internally. See pango_font_metrics_ref()

Members

Variables

approximateCharWidth
int approximateCharWidth;
Undocumented in source.
approximateDigitWidth
int approximateDigitWidth;
Undocumented in source.
ascent
int ascent;
Undocumented in source.
descent
int descent;
Undocumented in source.
refCount
uint refCount;
Undocumented in source.
strikethroughPosition
int strikethroughPosition;
Undocumented in source.
strikethroughThickness
int strikethroughThickness;
Undocumented in source.
underlinePosition
int underlinePosition;
Undocumented in source.
underlineThickness
int underlineThickness;
Undocumented in source.

Meta