Font Methods |
The Font type exposes the following members.
Name | Description | |
---|---|---|
Create | Create a new font object from font file data. Supported formats are:
| |
CreateFromSystem | Create a new font object from an installed font. The returned font object is not yet used on any page, but it is associated with the given target document. | |
Equals | (Inherited from NativeObject) | |
GetCharacterWidth | the width of a single glyph. The width of a unicode character (in pt) relative to a font size of 1 pt. If an error occurs (because the font or the owning document has already been closed) this method returns 0. But a return value of 0 is not generally an indication for failure. | |
GetHashCode | (Inherited from NativeObject) |