Class FontEnvironment

FontEnvironment class

Provides information about the current environment and platform.

public class FontEnvironment

Properties

NameDescription
static Current { get; }Gets current environment.
CurrentPlatformId { get; }Gets current platform id.
FontSpecificEncodings { get; }Stores specific encodings for consumer-aware Fonts. For example, PDF documents uses Adobe Symbol and ZapfDingbats specific encodings.
Strictness { get; set; }Some Fonts may contain unexpected data, non-specified features, or may be roughly cropped. Tolerant setting is recommended for consumers who want to open any font regardless possible Font’s inadequacy. Font internal structures are not guaranteed to be consistent. Strict setting is recommended for consumers who want to open mostly valid and solid Fonts.

See Also