|
bool | init (const Common::Path &filename) |
|
bool | initWithBuffer (unsigned char *buffer, uint32 buffer_len) |
|
uint16 | drawChar (Screen *screen, uint8 char_num, uint16 x, uint16 y, uint8 color) override |
|
uint16 | drawStringToShape (U6Shape *shp, const char *str, uint16 x, uint16 y, uint8 color) |
|
uint8 | drawCharToShape (U6Shape *shp, uint8 char_num, uint16 x, uint16 y, uint8 color) |
|
uint16 | getCharWidth (uint8 c) override |
|
uint16 | getCharHeight () override |
|
uint8 | getDefaultColor () |
|
void | setDefaultColor (uint8 color) |
|
void | setDefaultHighlightColor (uint8 color) |
|
uint16 | drawString (Screen *screen, const char *str, uint16 x, uint16 y) |
|
uint16 | drawString (Screen *screen, const char *str, uint16 x, uint16 y, uint8 color, uint8 highlight_color) |
|
uint16 | drawString (Screen *screen, const char *str, uint16 string_len, uint16 x, uint16 y, uint8 color, uint8 highlight_color) |
|
uint16 | drawChar (Screen *screen, uint8 char_num, uint16 x, uint16 y) |
|
uint16 | drawStringToShape (U6Shape *shp, const char *str, uint16 x, uint16 y, uint8 color) |
|
uint8 | drawCharToShape (U6Shape *shp, uint8 char_num, uint16 x, uint16 y, uint8 color) |
|
uint16 | getStringWidth (const char *str) |
|
virtual uint16 | getStringWidth (const char *str, uint16 string_len) |
|
void | setOffset (uint16 off) |
|