1#ifndef _DOLPHIN_DEMOPUTS_H_
2#define _DOLPHIN_DEMOPUTS_H_
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