Font Methods |
The Font type exposes the following members.
| Name | Description | |
|---|---|---|
| AvailableFontFaceNames | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| FromQuartetProperties | ||
| FromRichTextProperties |
Returns a font with the requested rich-text (family) name, preserving that name even
when the font is not installed on the current machine. If an installed font matches it
is returned; otherwise a "not on device" managed font that keeps the requested name is
returned (rendered with a fallback quartet). Use this to author a font by name on a
machine that does not have it installed: the Font constructor and
FromQuartetProperties(String, Boolean, Boolean) both substitute the family in that case, losing the
requested name when the file is written.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetObjectData |
Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.
| |
| GetSubstituteFont |
If this font is not installed on the system, try to find a substitute
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InstalledFonts | ||
| InstalledFonts(String) | ||
| InstalledFontsAsQuartets | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |