The Font type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddToSubset |
Add characters to the embedded subset.
| |
| CalculateLength |
Calculate the length of given text. Multiply the result with the font size to
get the length in points.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetTrueTypeFontNames |
Retrieve the names of all TrueType files inside a TrueType collection file.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Parse |
For internal use only.
| |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read from XML reader.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| TrueType(Stream) |
Get a TrueType font from a stream.
| |
| TrueType(String) |
Get a TrueType font from file.
| |
| TrueType(Stream, String) |
Get a TrueType font from a TrueType collection stream.
| |
| TrueType(String, String) |
Get a TrueType font from a TrueType collection (.TTC) file.
|