The Font type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddToSubset |
Add characters to the embedded subset.
| |
| CalculateHeight |
Calculate the height of the given text in points
| |
| CalculateWidth |
Calculate the width of given text in points.
| |
| Contains |
Check whether this font contains the given character.
| |
| Create(String, Boolean, Boolean) |
Tries to find the first matching font.
| |
| Create(String, Boolean, Boolean, String) |
Tries to find the first matching font.
| |
| CreatePaths |
Return the glyph for the given Unicode chararacter as a FreeHandPathCollection.
| |
| 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.) | |
| LoadFamilies |
Load the font family collection.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| SaveFamilies |
Save the font family collection.
| |
| 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.
|