ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <font.h>
Data Fields | |
char | A |
char | B |
char | C |
char | ox |
char | oy |
char | width |
char | height |
unsigned short | u1 |
unsigned short | v1 |
unsigned short | u2 |
unsigned short | v2 |
char inidata_t::A |
Definition at line 37 of file font.h.
Referenced by fontstudio_parse_ini(), and fontstudio_print_string().
char inidata_t::B |
Definition at line 38 of file font.h.
Referenced by fontstudio_parse_ini(), and fontstudio_print_string().
char inidata_t::C |
Definition at line 39 of file font.h.
Referenced by fontstudio_parse_ini(), and fontstudio_print_string().
char inidata_t::height |
Definition at line 43 of file font.h.
Referenced by draw_fontstudio_char(), and fontstudio_parse_ini().
char inidata_t::ox |
Definition at line 40 of file font.h.
Referenced by fontstudio_parse_ini().
char inidata_t::oy |
Definition at line 41 of file font.h.
Referenced by fontstudio_parse_ini().
unsigned short inidata_t::u1 |
Definition at line 44 of file font.h.
Referenced by draw_fontstudio_char(), and fontstudio_parse_ini().
unsigned short inidata_t::u2 |
Definition at line 46 of file font.h.
Referenced by draw_fontstudio_char(), and fontstudio_parse_ini().
unsigned short inidata_t::v1 |
Definition at line 45 of file font.h.
Referenced by draw_fontstudio_char(), and fontstudio_parse_ini().
unsigned short inidata_t::v2 |
Definition at line 47 of file font.h.
Referenced by draw_fontstudio_char(), and fontstudio_parse_ini().
char inidata_t::width |
Definition at line 42 of file font.h.
Referenced by draw_fontstudio_char(), and fontstudio_parse_ini().