Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
DEMOPuts.h File Reference

Go to the source code of this file.

Enumerations

enum  DMTexFlt { DMTF_POINTSAMPLE , DMTF_BILERP }
 
enum  DMFontType { DM_FT_OPQ , DM_FT_RVS , DM_FT_XLU }
 

Functions

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,...)
 
OSFontHeaderDEMOInitROMFont (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)
 

Enumeration Type Documentation

◆ DMFontType

enum DMFontType
Enumerator
DM_FT_OPQ 
DM_FT_RVS 
DM_FT_XLU 

◆ DMTexFlt

enum DMTexFlt
Enumerator
DMTF_POINTSAMPLE 
DMTF_BILERP 

Function Documentation

◆ DEMODumpROMFont()

char * DEMODumpROMFont ( char * string)

◆ DEMOGetRFTextWidth()

int DEMOGetRFTextWidth ( char * string)

◆ DEMOInitCaption()

void DEMOInitCaption ( s32 font_type,
s32 width,
s32 height )

◆ DEMOInitROMFont()

OSFontHeader * DEMOInitROMFont ( void )

◆ DEMOLoadFont()

void DEMOLoadFont ( GXTexMapID texMap,
GXTexMtx texMtx,
DMTexFlt texFlt )

◆ 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 )