1#ifndef _DOLPHIN_OSFONT_H_
2#define _DOLPHIN_OSFONT_H_
11#define OS_FONT_ENCODE_ANSI 0u
12#define OS_FONT_ENCODE_SJIS 1u
13#define OS_FONT_ENCODE_MAX 5u
14#define OS_FONT_SIZE_ANSI (288 + 131072)
15#define OS_FONT_SIZE_SJIS (3840 + 1179648)
16#define OS_FONT_ROM_SIZE_ANSI 0x03000
17#define OS_FONT_ROM_SIZE_SJIS 0x4D000
int OSSetFontWidth(int fixed)
Definition OSFont.c:747
char * OSGetFontTexel(const char *string, void *image, s32 pos, s32 stride, s32 *width)
Definition OSFont.c:557
u16 OSSetFontEncode(u16 encode)
Definition OSFont.c:346
u16 OSGetFontEncode(void)
Definition OSFont.c:324
BOOL OSInitFont(OSFontHeader *fontData)
Definition OSFont.c:639
struct OSFontHeader OSFontHeader
char * OSGetFontTexture(const char *string, void **image, s32 *x, s32 *y, s32 *width)
Definition OSFont.c:705
u32 OSLoadFont(OSFontHeader *fontData, void *tmp)
Definition OSFont.c:433
char * OSGetFontWidth(const char *string, s32 *width)
Definition OSFont.c:732
static char * tmp[5]
Definition d_a_npc_ashB.cpp:231
static u8 pos[12]
Definition d_a_obj_kago.cpp:839
double x double x
Definition e_atan2.c:58
double x double y
Definition e_atan2.c:58
int BOOL
Definition types.h:30
unsigned long u32
Definition types.h:9
unsigned short int u16
Definition types.h:7
signed long s32
Definition types.h:8
unsigned char u8
Definition types.h:5