SSBM Decomp
Loading...
Searching...
No Matches
DEMOPuts.h
Go to the documentation of this file.
1#ifndef _DOLPHIN_DEMOPUTS_H_
2#define _DOLPHIN_DEMOPUTS_H_
3
9
16
18void DEMOLoadFont(enum _GXTexMapID texMap, enum _GXTexMtx texMtx, DMTexFlt texFlt);
19void DEMOSetupScrnSpc(long width, long height, float depth);
20void DEMOInitCaption(long font_type, long width, long height);
21void DEMOPuts(s16 x, s16 y, s16 z, char * string);
22void DEMOPrintf(s16 x, s16 y, s16 z, char * fmt, ...);
24void DEMOSetROMFontSize(s16 size, s16 space);
25int DEMORFPuts(s16 x, s16 y, s16 z, char * string);
26int DEMORFPutsEx(s16 x, s16 y, s16 z, char * string, s16 maxWidth, int length);
27int DEMORFPrintf(s16 x, s16 y, s16 z, char * fmt, ...);
28char * DEMODumpROMFont(char * string);
29int DEMOGetRFTextWidth(char * string);
30
31#endif
void DEMOLoadFont(enum _GXTexMapID texMap, enum _GXTexMtx texMtx, DMTexFlt texFlt)
void DEMOSetupScrnSpc(long width, long height, float depth)
int DEMOGetRFTextWidth(char *string)
DMTexFlt
Definition DEMOPuts.h:5
@ DMTF_BILERP
Definition DEMOPuts.h:7
@ DMTF_POINTSAMPLE
Definition DEMOPuts.h:6
void DEMOPrintf(s16 x, s16 y, s16 z, char *fmt,...)
void DEMOInitCaption(long font_type, long width, long height)
int DEMORFPuts(s16 x, s16 y, s16 z, char *string)
DMFontType
Definition DEMOPuts.h:11
@ DM_FT_RVS
Definition DEMOPuts.h:13
@ DM_FT_XLU
Definition DEMOPuts.h:14
@ DM_FT_OPQ
Definition DEMOPuts.h:12
struct OSFontHeader * DEMOInitROMFont()
int DEMORFPutsEx(s16 x, s16 y, s16 z, char *string, s16 maxWidth, int length)
void DEMOSetFontType(DMFontType attr)
char * DEMODumpROMFont(char *string)
void DEMOSetROMFontSize(s16 size, s16 space)
void DEMOPuts(s16 x, s16 y, s16 z, char *string)
int DEMORFPrintf(s16 x, s16 y, s16 z, char *fmt,...)
signed short int s16
Definition types.h:6
Definition OSFont.h:18