Go to the source code of this file.
|
| void | DEMOSetFontType (DMFontType attr) |
| void | DEMOLoadFont (enum _GXTexMapID texMap, enum _GXTexMtx texMtx, DMTexFlt texFlt) |
| void | DEMOSetupScrnSpc (long width, long height, float depth) |
| void | DEMOInitCaption (long font_type, long width, long height) |
| void | DEMOPuts (s16 x, s16 y, s16 z, char *string) |
| void | DEMOPrintf (s16 x, s16 y, s16 z, char *fmt,...) |
| struct OSFontHeader * | DEMOInitROMFont () |
| 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) |
◆ DMTexFlt
| Enumerator |
|---|
| DMTF_POINTSAMPLE | |
| DMTF_BILERP | |
◆ DMFontType
| Enumerator |
|---|
| DM_FT_OPQ | |
| DM_FT_RVS | |
| DM_FT_XLU | |
◆ DEMOSetFontType()
◆ DEMOLoadFont()
| void DEMOLoadFont |
( |
enum _GXTexMapID | texMap, |
|
|
enum _GXTexMtx | texMtx, |
|
|
DMTexFlt | texFlt ) |
◆ DEMOSetupScrnSpc()
| void DEMOSetupScrnSpc |
( |
long | width, |
|
|
long | height, |
|
|
float | depth ) |
◆ DEMOInitCaption()
| void DEMOInitCaption |
( |
long | font_type, |
|
|
long | width, |
|
|
long | height ) |
◆ DEMOPuts()
| void DEMOPuts |
( |
s16 | x, |
|
|
s16 | y, |
|
|
s16 | z, |
|
|
char * | string ) |
◆ DEMOPrintf()
| void DEMOPrintf |
( |
s16 | x, |
|
|
s16 | y, |
|
|
s16 | z, |
|
|
char * | fmt, |
|
|
| ... ) |
◆ DEMOInitROMFont()
◆ DEMOSetROMFontSize()
| void DEMOSetROMFontSize |
( |
s16 | size, |
|
|
s16 | space ) |
◆ 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 ) |
◆ DEMORFPrintf()
| int DEMORFPrintf |
( |
s16 | x, |
|
|
s16 | y, |
|
|
s16 | z, |
|
|
char * | fmt, |
|
|
| ... ) |
◆ DEMODumpROMFont()
| char * DEMODumpROMFont |
( |
char * | string | ) |
|
◆ DEMOGetRFTextWidth()
| int DEMOGetRFTextWidth |
( |
char * | string | ) |
|