|
Data Structures |
| struct | UL_FONTINFO |
| struct | UL_FONT |
| struct | UL_FONT_FORMAT_HEADER |
Defines |
| #define | ulSetFont(f) (ul_curFont = f) |
| #define | ulPrintf_xy(x, y, format...) ({ char __str[1000]; sprintf(__str , ##format); ulDrawString(x, y, __str); }) |
Functions |
| void | ulInitText () |
| UL_FONT * | ulCreateFont (UL_FONTINFO *fi) |
| UL_FONT * | ulLoadFont (VIRTUAL_FILE *f) |
| void | ulDrawChar (int x, int y, unsigned char c) |
| void | ulDrawString (int x, int y, const char *str) |
| void | ulSetTextColor (UL_COLOR color) |
| void | ulDrawTextBox (int x0, int y0, int x1, int y1, const char *text, int format) |
| int | ulGetStringWidth (const char *str) |
| int | ulGetTextBoxHeight (int width, int maxHeight, const char *text, int format) |
Variables |
| UL_FONT * | ul_curFont |
| UL_FONT * | ul_lcdFont |