Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Classes | |
struct | OSFontHeader |
Typedefs | |
typedef struct OSFontHeader | OSFontHeader |
Enumerations | |
enum | OSFontEncode { OS_FONT_ENCODE_ANSI , OS_FONT_ENCODE_SJIS , OS_FONT_ENCODE_2 , OS_FONT_ENCODE_UTF8 , OS_FONT_ENCODE_UTF16 , OS_FONT_ENCODE_UTF32 , OS_FONT_ENCODE_MAX } |
Functions | |
static u32 | GetFontCode (u16 param_0, u16 param_1) |
u16 | OSGetFontEncode (void) |
static const u8 * | ParseStringS (u16 encode, const u8 *str, OSFontHeader **fontOut, u32 *codeOut) |