Go to the source code of this file.
|
| u16 | OSGetFontEncode (void) |
| |
| u16 | OSSetFontEncode (u16 encode) |
| |
| BOOL | OSInitFont (OSFontHeader *fontData) |
| |
| u32 | OSLoadFont (OSFontHeader *fontData, void *tmp) |
| |
| char * | OSGetFontTexture (const char *string, void **image, s32 *x, s32 *y, s32 *width) |
| |
| char * | OSGetFontWidth (const char *string, s32 *width) |
| |
| char * | OSGetFontTexel (const char *string, void *image, s32 pos, s32 stride, s32 *width) |
| |
| int | OSSetFontWidth (int fixed) |
| |
◆ OSFontHeader
| typedef struct OSFontHeader OSFontHeader |
◆ OSGetFontEncode()
| u16 OSGetFontEncode |
( |
void | | ) |
|
◆ OSGetFontTexel()
| char * OSGetFontTexel |
( |
const char * | string, |
|
|
void * | image, |
|
|
s32 | pos, |
|
|
s32 | stride, |
|
|
s32 * | width ) |
◆ OSGetFontTexture()
| char * OSGetFontTexture |
( |
const char * | string, |
|
|
void ** | image, |
|
|
s32 * | x, |
|
|
s32 * | y, |
|
|
s32 * | width ) |
◆ OSGetFontWidth()
| char * OSGetFontWidth |
( |
const char * | string, |
|
|
s32 * | width ) |
◆ OSInitFont()
◆ OSLoadFont()
◆ OSSetFontEncode()
| u16 OSSetFontEncode |
( |
u16 | encode | ) |
|
◆ OSSetFontWidth()
| int OSSetFontWidth |
( |
int | fixed | ) |
|