Font |
The FontFile type exposes the following members.
| Name | Description | |
|---|---|---|
| FamilyName | Gets the font family name. | |
| Italic | Gets a value indicating whether the characters in a font are truly (Italic) or artificially (Oblique) slanted. Default value is false. | |
| Stretch | Gets the integer value between 1 and 9 that represents OpenType font widths. Default value is 5. | |
| Weight | Gets the integer value between 1 and 999 that represents OpenType font weight. Default value is 400. Bold value is 700. |
| Name | Description | |
|---|---|---|
| ContainsCharacter | Determines whether the font file contains outlines for the specified Unicode character. | |
| Equals(FontFile) | Determines whether the other FontFile is equal to this FontFile instance. | |
| Equals(Object) |
Determines whether the specified Object is equal to this FontFile instance.
(Overrides ObjectEquals(Object)) | |
| GetHashCode |
Returns a hash code for this FontFile instance.
(Overrides ObjectGetHashCode) | |
| ToString |
Returns a String that represents this FontFile instance.
(Overrides ObjectToString) |