1#ifndef _DOLPHIN_OSFONT_H_
2#define _DOLPHIN_OSFONT_H_
4#ifdef __REVOLUTION_SDK__
14#define OS_FONT_ENCODE_ANSI 0u
15#define OS_FONT_ENCODE_SJIS 1u
16#define OS_FONT_ENCODE_MAX 5u
17#define OS_FONT_SIZE_ANSI (288 + 131072)
18#define OS_FONT_SIZE_SJIS (3840 + 1179648)
19#define OS_FONT_ROM_SIZE_ANSI 0x03000
20#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
int BOOL
Definition types.h:33
unsigned long u32
Definition types.h:12
unsigned short int u16
Definition types.h:10
signed long s32
Definition types.h:11
unsigned char u8
Definition types.h:8
double x double x
Definition e_atan2.c:58
double x double y
Definition e_atan2.c:58