Font Properties
.NET Framework 1.1
The properties of the Font class are listed here. For a complete list of Font class members, see the Font Members topic.
Public Properties
Bold | Gets a value that indicates whether this Font object is bold. |
FontFamily | Gets the FontFamily object associated with this Font object. |
GdiCharSet | Gets a byte value that specifies the GDI character set that this Font object uses. |
GdiVerticalFont | Gets a Boolean value that indicates whether this Font object is derived from a GDI vertical font. |
Height | Gets the line spacing of this font. |
Italic | Gets a value that indicates whether this Font object is italic. |
Name Supported by the .NET Compact Framework. | Gets the face name of this Font object. |
Size Supported by the .NET Compact Framework. | Gets the em-size of this Font object measured in the unit of this Font object. |
SizeInPoints | Gets the em-size, in points, of this Font object. |
Strikeout | Gets a value that indicates whether this Font object specifies a horizontal line through the font. |
Style Supported by the .NET Compact Framework. | Gets style information for this Font object. |
Underline | Gets a value that indicates whether this Font object is underlined. |
Unit | Gets the unit of measure for this Font object. |
