Compounds | |
class | CGfxScreen |
Text style defines | |
Text style defines for use with CGfxScreen::drawText | |
#define | TS_NOSTYLE 0x00 |
Plain text. More... | |
#define | TS_BOLD 0x01 |
Bold text. More... | |
#define | TS_UNDERLINE 0x02 |
Underlined text. More... | |
#define | TS_BOXED 0x04 |
Text with box around it. More... | |
#define | TS_XBOLD 0x08 |
Extra bold text. More... | |
Defines | |
#define | ColX(x) (x*10) |
#define | RowY(y) (y*10) |
|
|
|
|
|
Bold text.
|
|
Text with box around it.
|
|
Plain text.
|
|
Underlined text.
|
|
Extra bold text.
|