FontProperties Class Members
In This Topic
The following tables list the members exposed by
FontProperties.
Public Constructors
| Name | Description |
 | FontProperties | Overloaded. Initializes a new instance of the class. |
Public Fields
Public Properties
| Name | Description |
 | Color | Gets the font color. |
 | IsBold | Gets a value indicating whether font is bold. |
 | IsItalic | Gets a value indicating whether font is italic. |
 | IsStrikeout | Gets a value indicating whether font is strikeout. |
 | IsUnderline | Gets a value indicating whether font is underlined. |
 | Name | Gets the font name. |
 | Size | Gets the font size, in points. |
Public Methods
| Name | Description |
 | Equals | Determines whether the specified System.Object, is equal to this instance. |
 | GetHashCode | Returns a hash code for this instance. |
 | GetSizeInPixels | Returns the font size, in pixels. |
See Also