Font Properties
.NET Framework 3.0
| 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 is italic. |
| Name | Gets the face name of this Font. |
| Size | Gets the em-size of this Font measured in the units specified by the Unit property. |
| 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. |