Aspose::Font::FontEnvironment class
FontEnvironment class
Provides information about the current environment and platform.
class FontEnvironment : public System::Object
Enums
Methods
Method | Description |
---|
static get_Current() | Gets current environment. |
get_CurrentPlatformId() | Gets current platform id. |
get_FontSpecificEncodings() const | Stores specific encodings for consumer-aware Fonts. For example, PDF documents uses Adobe Symbol and ZapfDingbats specific encodings. |
get_Strictness() const | Some Fonts may contain unexpected data, non-specified features, or may be roughly cropped. |
set_Strictness(FontEnvironment::ParsingStrictness) | Some Fonts may contain unexpected data, non-specified features, or may be roughly cropped. |
See Also