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

OpenTypeStyles

OpenTypeStyles enumeration

Represents the OpenType font style.

[Flags]
public enum OpenTypeStyles : ushort

Values

Name Value Description
Regular 0 Normal text.
Bold 1 Bold text.
Italic 2 Italic text.
Underline 4 Underlined text.
Outline 8 Outline text.
Shadow A Shadow text.
Condensed 14 Condensed text.
Extended 28 Extended text.

See Also