Aspose::Font::FontEnvironment class

FontEnvironment class

Provides information about the current environment and platform.

class FontEnvironment : public System::Object

Enums

EnumDescription
ParsingStrictnessParsing strictness types.

Methods

MethodDescription
static get_Current()Gets current environment.
get_CurrentPlatformId()Gets current platform id.
get_FontSpecificEncodings() constStores specific encodings for consumer-aware Fonts. For example, PDF documents uses Adobe Symbol and ZapfDingbats specific encodings.
get_Strictness() constSome 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