Go to the source code of this file.
|
| u16 | OSGetFontEncode (void) |
| BOOL | OSInitFont (OSFontHeader *fontData) |
| u32 | OSLoadFont (OSFontHeader *fontData, void *temp) |
| char * | OSGetFontTexture (char *string, void **image, s32 *x, s32 *y, s32 *width) |
| char * | OSGetFontWidth (char *string, s32 *width) |
| char * | OSGetFontTexel (char *string, void *image, s32 pos, s32 stride, s32 *width) |
◆ OS_FONT_ENCODE_ANSI
| #define OS_FONT_ENCODE_ANSI 0u |
◆ OS_FONT_ENCODE_SJIS
| #define OS_FONT_ENCODE_SJIS 1u |
◆ OS_FONT_SIZE_ANSI
| #define OS_FONT_SIZE_ANSI (288 + 131072) |
◆ OS_FONT_SIZE_SJIS
| #define OS_FONT_SIZE_SJIS (3840 + 1179648) |
◆ OS_FONT_ROM_SIZE_ANSI
| #define OS_FONT_ROM_SIZE_ANSI 0x03000 |
◆ OS_FONT_ROM_SIZE_SJIS
| #define OS_FONT_ROM_SIZE_SJIS 0x4D000 |
◆ OSGetFontEncode()
| u16 OSGetFontEncode |
( |
void | | ) |
|
◆ OSInitFont()
◆ OSLoadFont()
◆ OSGetFontTexture()
| char * OSGetFontTexture |
( |
char * | string, |
|
|
void ** | image, |
|
|
s32 * | x, |
|
|
s32 * | y, |
|
|
s32 * | width ) |
◆ OSGetFontWidth()
| char * OSGetFontWidth |
( |
char * | string, |
|
|
s32 * | width ) |
◆ OSGetFontTexel()
| char * OSGetFontTexel |
( |
char * | string, |
|
|
void * | image, |
|
|
s32 | pos, |
|
|
s32 | stride, |
|
|
s32 * | width ) |