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
- namespace GroupDocs.Metadata.Formats.Font
- assembly GroupDocs.Metadata