1#ifndef _DOLPHIN_OSFONT_H_
2#define _DOLPHIN_OSFONT_H_
10#define OS_FONT_ENCODE_ANSI 0u
11#define OS_FONT_ENCODE_SJIS 1u
12#define OS_FONT_SIZE_ANSI (288 + 131072)
13#define OS_FONT_SIZE_SJIS (3840 + 1179648)
14#define OS_FONT_ROM_SIZE_ANSI 0x03000
15#define OS_FONT_ROM_SIZE_SJIS 0x4D000
char * OSGetFontTexel(char *string, void *image, s32 pos, s32 stride, s32 *width)
u32 OSLoadFont(OSFontHeader *fontData, void *temp)
char * OSGetFontTexture(char *string, void **image, s32 *x, s32 *y, s32 *width)
char * OSGetFontWidth(char *string, s32 *width)
u16 OSGetFontEncode(void)
BOOL OSInitFont(OSFontHeader *fontData)
int BOOL
Definition types.h:20
unsigned long u32
Definition types.h:9
unsigned short int u16
Definition types.h:7
signed long s32
Definition hsd_3B2B.h:1
unsigned char u8
Definition hsd_3B2B.h:2