Name | Description | |
---|---|---|
Font Constructor | Overloaded. |
The following tables list the members exposed by Font.
Name | Description | |
---|---|---|
Font Constructor | Overloaded. |
Name | Description | |
---|---|---|
Empty | Represents a Font structure with its properties left uninitialized. This field is read-only. |
Name | Description | |
---|---|---|
Bold | Gets a value indicating whether this Font is bold. | |
CharSet | Gets the char set of this Font. | |
Color | Gets the color of this Font. | |
Condense | Gets a value indicating whether this Font is condensed. | |
Extend | Gets a value indicating whether this Font is extend. | |
Family | Gets the font family of this Font. | |
Italic | Gets a value indicating whether this Font is italic. | |
Name | Gets the face name of this Font. | |
Outline | Gets a value indicating whether this Font is outline. | |
Shadow | Gets a value indicating whether this Font is shadow. | |
Size | Gets the em-size of this Font. | |
Strikethrough | Gets a value indicating whether this Font is strike. | |
Style | Gets a FontStyle value indicates the font style. | |
ThemeFont | Gets the ThemeFont value of this Font. | |
Underline | Gets the underline of this Font. | |
VerticalAlign | Gets the vertical alignment of this Font. |
Name | Description | |
---|---|---|
Equals | Overloaded. Indicates whether the current Font object is equal to another Font object. | |
GetHashCode | Returns a hash code for this instance. | |
IsEmpty | Determines whether this instance is empty. | |
IsSet | Determines whether the specified attribute(s) is set. | |
Merge | Merges the current font with the other specified font. | |
Reset | Resets the specified attribute(s). | |
Set | Sets the specified attribute. | |
ToGdiFont | Gets the corresponding GDI+ font. |
Equality | Returns a value that indicates whether two specified Font values are equal. |
Inequality | Returns a value that indicates whether two specified Font values are not equal. |