|
| int32_t | Graphics_getStringWidth (const Graphics_Context *context, const int8_t *string, int32_t length) |
| |
| void | Graphics_drawString (const Graphics_Context *context, int8_t *string, int32_t length, int32_t x, int32_t y, bool opaque) |
| |
| uint8_t | Graphics_getStringBaseline (const Graphics_Context *context) |
| |
| void | Graphics_drawStringCentered (const Graphics_Context *context, int8_t *string, int32_t length, int32_t x, int32_t y, bool opaque) |
| |
| uint8_t | Graphics_getStringHeight (const Graphics_Context *context) |
| |
| uint8_t | Graphics_getStringMaxWidth (const Graphics_Context *context) |
| |