The members of Cairo.FontExtents are listed below.
See Also: Inherited members from System.ValueType
Public Constructors
| | Documentation for this section has not yet been entered. |
Public Properties
| Ascent | double. The distance that the font extends above the baseline. |
| Descent | double. The distance that the font extends below the baseline. |
| Height | double. The recommended vertical distance between baselines when setting consecutive lines of text with the font. |
| MaxXAdvance | double. The maximum distance in the X direction that the the origin is advanced for any glyph in the font. |
| MaxYAdvance | double. The maximum distance in the Y direction that the the origin is advanced for any glyph in the font. |
Public Methods
override | Equals(object) : boolDocumentation for this section has not yet been entered. |
override | GetHashCode() : intDocumentation for this section has not yet been entered. |
Public Operators