In This Topic
The following tables list the members exposed by FontType0.
Public Properties
Public Methods
| Name | Description |
 | CreateNativeFont | Overridden. Gets a GrapeCity.Documents.Text.Font object created from the embedded font data.
Note that this method will return null if the font is not embedded or does not support this operation (e.g. Type3 fonts). |
 | GetFontDescriptor | Overridden. Gets an FontDescriptor object that describes the font. |
 | TryGetUnicode | Overridden. Converts a character's PDF code to its Unicode value.
Note that this method can fail if the font does not contain the necessary info for the conversion.
Note also that this method can be slow as it uses large font tables like /Encoding, /ToUnicode etc., so the returned results better be cached by the caller. |
Top
See Also