|
LMMS
|
Macros | |
| #define | LICE_FONT_HEIGHT 8 |
| #define | __LICE__ACTION(comb) |
Functions | |
| void | LICE_DrawChar (LICE_IBitmap *bm, int x, int y, char c, LICE_pixel color, float alpha, int mode) |
| void | LICE_DrawText (LICE_IBitmap *bm, int x, int y, const char *string, LICE_pixel color, float alpha, int mode) |
| void | LICE_MeasureText (const char *string, int *w, int *h) |
Variables | |
| static unsigned char | LICE_deffont [127 *LICE_FONT_HEIGHT] |
| #define __LICE__ACTION | ( | comb | ) |
| #define LICE_FONT_HEIGHT 8 |
| void LICE_DrawChar | ( | LICE_IBitmap * | bm, |
| int | x, | ||
| int | y, | ||
| char | c, | ||
| LICE_pixel | color, | ||
| float | alpha, | ||
| int | mode ) |
| void LICE_DrawText | ( | LICE_IBitmap * | bm, |
| int | x, | ||
| int | y, | ||
| const char * | string, | ||
| LICE_pixel | color, | ||
| float | alpha, | ||
| int | mode ) |
|
static |