Font |
The FontX type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object)) | |
| Finalize |
Since this instance don't hold any unmanaged font objects by itself, only the FontDestructed event is fired to announce the disposal of this instance.
FontManager, which have registered to this event, can then free associated resources.
(Overrides ObjectFinalize) | |
| GetFamilyNameSizeStyleFromInvariantDescriptionString | Extracts font family name, size and style from the invariant description string. | |
| GetHashCode | Returns a hash code for this instance. (Overrides ObjectGetHashCode) | |
| GetInvariantDescriptionString | Gets an invariant description string, providing the font family, the size and the style of a font. | |
| GetInvariantDescriptionStringWithoutSizeInformation | Gets an invariant description string, providing the font family, the size and the style of a font. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| InternalCreateFromInvariantDescriptionString | Internally creates a FontX instance from an invariant description string. This function is intended to be used only by font managers. | |
| InternalCreateFromNameSizeStyle | Internally creates a FontX instance from family name, size, and style information. | |
| ToString | Returns a String that represents this instance. (Overrides ObjectToString) | |
| WithFamily | Creates a font like the existing font, but with a new font family name. | |
| WithSize | Gets a font like the existing font, but with a new size. | |
| WithStyle | Gets a font like the existing font, but with a new font style. |