1. GroupDocs.Metadata
  2. /
  3. GroupDocs.Metadata for .NET
  4. /
  5. GroupDocs.Metadata.Formats.Font
  6. /
  7. OpenTypeVersion

OpenTypeVersion

OpenTypeVersion enumeration

Represents the OpenType version.

public enum OpenTypeVersion : uint

Values

Name Value Description
TrueType 65536 The TrueType font.
Cff 1330926671 The OpenType font with PostScript outlines.
TrueTypeOsX 1953658213 The OS X and iOS TrueType font.

See Also