Font |
| Member name | Value | Description |
|---|---|---|
| FW_DONTCARE | 0 | A default weight is used. |
| FW_THIN | 100 | Specifies a "Thin" font weight. |
| FW_EXTRALIGHT | 200 | Specifies an "Extra-light" font weight. |
| FW_LIGHT | 300 | Specifies a "Light" font weight. |
| FW_NORMAL | 400 | Specifies a "Normal" font weight. |
| FW_MEDIUM | 500 | Specifies a "Medium" font weight. |
| FW_SEMIBOLD | 600 | Specifies a "Semi-bold" font weight. |
| FW_BOLD | 700 | Specifies a "Bold" font weight. |
| FW_EXTRABOLD | 800 | Specifies an "Extra-bold" font weight. |
| FW_HEAVY | 900 | Specifies a "Heavy" font weight. |