Font Properties
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | Bold | Gets a value that indicates whether this Font is bold. |
![]() | FontFamily | Gets the FontFamily associated with this Font. |
![]() | GdiCharSet | Gets a byte value that specifies the GDI character set that this Font uses. |
![]() | GdiVerticalFont | Gets a Boolean value that indicates whether this Font is derived from a GDI vertical font. |
![]() | Height | Gets the line spacing of this font. |
![]() | IsSystemFont | Gets a value indicating whether the font is a member of SystemFonts. |
![]() | Italic | Gets a value that indicates whether this font has the italic style applied. |
![]() | Name | Gets the face name of this Font. |
![]() | OriginalFontName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the name of the font originally specified. |
![]() | Size | |
![]() | SizeInPoints | Gets the em-size, in points, of this Font. |
![]() | Strikeout | Gets a value that indicates whether this Font specifies a horizontal line through the font. |
![]() | Style | Gets style information for this Font. |
![]() | SystemFontName | Gets the name of the system font if the IsSystemFont property returns true. |
![]() | Underline | Gets a value that indicates whether this Font is underlined. |
![]() | Unit | Gets the unit of measure for this Font. |
