ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <font.h>
Data Fields | |
float | scale |
char | height |
unsigned short * | charmap |
int | totalchars |
int | spacewidth |
inidata_t * | chardata |
inidata_t* fsfont_t::chardata |
Definition at line 56 of file font.h.
Referenced by draw_fontstudio_char(), fontstudio_free(), fontstudio_parse_ini(), fontstudio_print_string(), and fontstudio_unload_ini().
unsigned short* fsfont_t::charmap |
Definition at line 53 of file font.h.
Referenced by fontstudio_free(), fontstudio_parse_ini(), fontstudio_unload_ini(), and get_char().
char fsfont_t::height |
Definition at line 52 of file font.h.
Referenced by fontstudio_init(), and fontstudio_print_string().
float fsfont_t::scale |
Definition at line 51 of file font.h.
Referenced by draw_fontstudio_char(), fontstudio_init(), fontstudio_print_string(), and run_demo().
int fsfont_t::spacewidth |
Definition at line 55 of file font.h.
Referenced by fontstudio_parse_ini(), and fontstudio_print_string().
int fsfont_t::totalchars |
Definition at line 54 of file font.h.
Referenced by fontstudio_parse_ini(), and get_char().