The XFontMetrics type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Ascent |
Gets the ascent value.
| |
| AverageWidth |
Gets the average width.
| |
| CapHeight |
Gets the height of capital letters.
| |
| Descent |
Gets the descent value.
| |
| Leading |
Gets the leading value.
| |
| LineSpacing |
Gets the line spacing value.
| |
| MaxWidth |
Gets the maximum width of a character.
| |
| Name |
Gets the font name.
| |
| StemH |
Gets an internal value.
| |
| StemV |
Gets an internal value.
| |
| StrikethroughPosition |
Gets the strikethrough position.
| |
| StrikethroughThickness |
Gets the strikethrough thicksness.
| |
| UnderlinePosition |
Gets the underline position.
| |
| UnderlineThickness |
Gets the underline thicksness.
| |
| UnitsPerEm |
Gets the ascent value.
| |
| XHeight |
Gets the height of a lower-case character.
|
See Also