Font styles¶
These font styles are used with the IGR_Canvas_SetFont method.
| Character Value | Description |
|---|---|
| 0x01 | FONT_STYLE_BOLD |
| 0x02 | FONT_STYLE_ITALICS |
| 0x04 | FONT_STYLE_UNDERLINE |
| 0x08 | FONT_STYLE_STRIKEOUT |
| 0x10 | FONT_STYLE_SERIF |
| 0x20 | FONT_STYLE_MONO |
| 0x40 | FONT_STYLE_RTL |