The Font type exposes the following members.
Name | Description | |
---|---|---|
Antialiased |
Gets or sets a value that indicates whether the text is antialiased. |
|
Ascent |
Get an ascent of the current font. |
|
AverageCharWidth |
Gets an average character width of the current font. |
|
Bold |
Gets or sets a value that indicates whether the text is bold. |
|
ClearType |
Gets or sets a value that indicates whether the ClearType antialiasing is used for fonts (optimized for LCD monitors). |
|
Descent |
Get an descent of the current font. |
|
EmHeight |
Gets an em height of the font (also known as em square or em size). |
|
ExternalLeading |
Gets an external leading of the current font. |
|
GdiCharset |
Gets or sets a charset for displaying non-Unicode characters. |
|
HorizontalAlignment |
Gets or sets a horizontal text alignment. |
|
InternalLeading |
Gets an internal leading of the current font. |
|
Italic |
Gets or sets a value that indicates whether the text is italic. |
|
LineGap |
Gets a line gap of the current font. |
|
MaximumCharWidth |
Gets a width of the widest character in the font. |
|
Name |
Gets a typeface name of the font. |
|
Size |
Gets or sets a font size. |
|
Strikeout |
Gets or sets a value that indicates whether the text is stricken out. |
|
Tracking |
Gets or sets a font tracking (also known as intercharacter spacing). |
|
Underline |
Gets or sets a value that indicates whether the text is underlined. |
|
VerticalAlignment |
Gets or sets a vertical text alignment. |
|
Weight |
Gets or sets a font weight. |