OpenTypeWeight
OpenTypeWeight enumeration
Represents the OpenType font weight. Indicates the visual weight (degree of blackness or thickness of strokes) of the characters in the font. Values from 1 to 1000 are valid.
public enum OpenTypeWeight : ushort
Values
| Name | Value | Description |
|---|---|---|
| Undefined | 0 |
The undefined weight. |
| Thin | 100 |
The Thin weight. |
| ExtraLight | 200 |
The Extra-light (Ultra-light) weight. |
| Light | 300 |
The Light weight. |
| Normal | 400 |
The Normal (Regular) weight. |
| Medium | 500 |
The Medium weight. |
| SemiBold | 600 |
The Semi-bold (Demi-bold) weight. |
| Bold | 700 |
The Bold weight. |
| ExtraBold | 800 |
The Extra-bold (Ultra-bold) weight. |
| Heavy | 900 |
The Black (Heavy) weight. |
See Also
- namespace GroupDocs.Metadata.Formats.Font
- assembly GroupDocs.Metadata