|
libtonc
|
TTE context struct. More...
#include <tonc_tte.h>
Data Fields | |
| TSurface | dst |
| Destination surface. | |
| s16 | cursorX |
| Cursor X-coord. | |
| s16 | cursorY |
| Cursor Y-coord. | |
| TFont * | font |
| Current font. | |
| u8 * | charLut |
| Character mapping lut. (if any). | |
| u16 | cattr [4] |
| ink, shadow, paper and special color attributes. | |
| u16 | flags0 |
| u16 | ctrl |
| BG control flags. (PONDER: remove?) | |
| u16 | marginLeft |
| u16 | marginTop |
| u16 | marginRight |
| u16 | marginBottom |
| s16 | savedX |
| s16 | savedY |
| s16 | lineSpacing |
| Extra line spacing. | |
| fnDrawg | drawgProc |
| Glyph render procedure. | |
| fnErase | eraseProc |
| Text eraser procedure. | |
| const TFont ** | fontTable |
| Pointer to font table forf}. | |
| const char ** | stringTable |
| Pointer to string table fors}. | |
TTE context struct.