Go to the source code of this file.
|
void | DEMOSetFontType (s32 attr) |
|
void | DEMOLoadFont (GXTexMapID texMap, GXTexMtx texMtx, DMTexFlt texFlt) |
|
void | DEMOSetupScrnSpc (s32 width, s32 height, f32 depth) |
|
void | DEMOInitCaption (s32 font_type, s32 width, s32 height) |
|
void | DEMOPuts (s16 x, s16 y, s16 z, char *string) |
|
void | DEMOPrintf (s16 x, s16 y, s16 z, char *fmt,...) |
|
OSFontHeader * | DEMOInitROMFont (void) |
|
void | DEMOSetROMFontSize (s16 size, s16 space) |
|
int | DEMORFPuts (s16 x, s16 y, s16 z, char *string) |
|
int | DEMORFPutsEx (s16 x, s16 y, s16 z, char *string, s16 maxWidth, int length) |
|
int | DEMORFPrintf (s16 x, s16 y, s16 z, char *fmt,...) |
|
char * | DEMODumpROMFont (char *string) |
|
int | DEMOGetRFTextWidth (char *string) |
|
◆ DMFontType
Enumerator |
---|
DM_FT_OPQ | |
DM_FT_RVS | |
DM_FT_XLU | |
◆ DMTexFlt
Enumerator |
---|
DMTF_POINTSAMPLE | |
DMTF_BILERP | |
◆ DEMODumpROMFont()
char * DEMODumpROMFont |
( |
char * | string | ) |
|
◆ DEMOGetRFTextWidth()
int DEMOGetRFTextWidth |
( |
char * | string | ) |
|
◆ DEMOInitCaption()
void DEMOInitCaption |
( |
s32 | font_type, |
|
|
s32 | width, |
|
|
s32 | height ) |
◆ DEMOInitROMFont()
◆ DEMOLoadFont()
◆ DEMOPrintf()
void DEMOPrintf |
( |
s16 | x, |
|
|
s16 | y, |
|
|
s16 | z, |
|
|
char * | fmt, |
|
|
| ... ) |
◆ DEMOPuts()
void DEMOPuts |
( |
s16 | x, |
|
|
s16 | y, |
|
|
s16 | z, |
|
|
char * | string ) |
◆ DEMORFPrintf()
int DEMORFPrintf |
( |
s16 | x, |
|
|
s16 | y, |
|
|
s16 | z, |
|
|
char * | fmt, |
|
|
| ... ) |
◆ DEMORFPuts()
int DEMORFPuts |
( |
s16 | x, |
|
|
s16 | y, |
|
|
s16 | z, |
|
|
char * | string ) |
◆ DEMORFPutsEx()
int DEMORFPutsEx |
( |
s16 | x, |
|
|
s16 | y, |
|
|
s16 | z, |
|
|
char * | string, |
|
|
s16 | maxWidth, |
|
|
int | length ) |
◆ DEMOSetFontType()
void DEMOSetFontType |
( |
s32 | attr | ) |
|
◆ DEMOSetROMFontSize()
void DEMOSetROMFontSize |
( |
s16 | size, |
|
|
s16 | space ) |
◆ DEMOSetupScrnSpc()
void DEMOSetupScrnSpc |
( |
s32 | width, |
|
|
s32 | height, |
|
|
f32 | depth ) |