Font
|
The FontDescriptor type exposes the following members.
| Name | Description | |
|---|---|---|
| FontDescriptor | Constructor for the FontDescriptor structure. Constructs a font descriptor with the specified typeface, character set, pitch and family, and flags that can make a font bold and/or italic. |
| Name | Description | |
|---|---|---|
| Bold | Property that indicates whether font is bold. | |
| CharacterSet | Property that represents an integer indicating which character set is in use. | |
| Italic | Property that indicates whether font is italic. | |
| PitchAndFamily | Property that represents an integer indicating which pitch and family is in use. | |
| TypeFace | Property that represents font name. |
| Name | Description | |
|---|---|---|
| Equals | Checks objects for equality. (Overrides ValueTypeEquals(Object)) |
|
| GetHashCode | Retrieves the object hash code. (Overrides ValueTypeGetHashCode) |
|
| GetType | (Inherited from Object) |
|
| ToString | Retrieves a string representation of this font
descriptor. (Overrides ValueTypeToString) |
|
| ToString(IFormatProvider) | Retrieves a string representation of this font descriptor. |
| Name | Description | |
|---|---|---|
| Equality(FontDescriptor, FontDescriptor) | Equality operator for the FontDescriptor structure. Checks whether the left instance is equal to the right instance. | |
| Inequality(FontDescriptor, FontDescriptor) | Inequality operator for the FontDescriptor structure. Checks whether the left instance is not equal to the right instance. |
| © Bricsys NV. All rights reserved. |