Font Properties |
The Font type exposes the following members.
Name | Description | |
---|---|---|
Ascent |
Gets the top y co-ordinate from the baseline to the tallest character ascent
| |
Baseline |
Gets the offset of the baseline from the drawing point
| |
Bold |
Gets a value indicating that this font has a bold style
| |
Descent |
Gets the bottom y co-ordinate from the baseline to the longest character descent
| |
Family |
Gets the family information for this font
| |
FamilyName |
Gets the name of the family of this font
| |
FontDecoration |
Gets the decorations applied to the font
| |
FontStyle |
Gets the style flags for this font
| |
Italic |
Gets a value indicating that this font has an italic style
| |
Leading |
Gets the leading space between each line
| |
LineHeight |
Gets the height of a single line of the font
| |
Size |
Gets the size, in points, of this font
| |
Strikethrough |
Gets a value indicating that this font has a strikethrough decoration
| |
Typeface |
Gets the typeface information for this font
| |
Underline |
Gets a value indicating that this font has an underline decoration
| |
XHeight |
Gets the height of the lower case 'x' character
|