|
| static void | DrawFontChar (int x, int y, int z, int xChar, int yChar) |
| |
| static void | LoadSheet (void *image, GXTexMapID texMapID) |
| |
| 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) |
| |
| void | DEMOGetROMFontSize (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) |
| |
| int | DEMOGetRFTextHeight (char *string) |
| |