
Data Fields | |
| int | TTF_STYLE_NORMAL = 0x00 |
| Normal render style. | |
| int | TTF_STYLE_BOLD = 0x01 |
| Bold render style. | |
| int | TTF_STYLE_ITALIC = 0x02 |
| italic render style. | |
| int | TTF_STYLE_UNDERLINE = 0x04 |
| Underline render style. | |
|
|
Bold render style.
|
|
|
italic render style.
|
|
|
Normal render style.
|
|
|
Underline render style.
|
1.4.3