|
ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
Data Fields | |
| char | id [7] |
| char | name [9] |
| unsigned char | width |
| unsigned char | height |
| unsigned char | type |
| unsigned char | table_num |
| struct { | |
| unsigned short start | |
| unsigned short end | |
| } | block [] |
| struct { ... } fontx_hdr::block[] |
Referenced by fontx_get_char().
| unsigned short fontx_hdr::end |
| unsigned char fontx_hdr::height |
Font Height YSize
Definition at line 26 of file fontx.c.
Referenced by draw_fontx_char(), fontx_load(), fontx_load_double_krom(), fontx_load_single_krom(), and fontx_print_ascii().
| char fontx_hdr::id[7] |
"FONTX2" id Identifier
Definition at line 20 of file fontx.c.
Referenced by fontx_load(), fontx_load_double_krom(), and fontx_load_single_krom().
| char fontx_hdr::name[9] |
Name of the font
Definition at line 22 of file fontx.c.
Referenced by fontx_load(), fontx_load_double_krom(), and fontx_load_single_krom().
| unsigned short fontx_hdr::start |
| unsigned char fontx_hdr::table_num |
Number of tables
Definition at line 31 of file fontx.c.
Referenced by fontx_get_char(), fontx_load(), and fontx_load_double_krom().
| unsigned char fontx_hdr::type |
Type of Font
Definition at line 28 of file fontx.c.
Referenced by fontx_get_char(), fontx_load(), fontx_load_double_krom(), and fontx_load_single_krom().
| unsigned char fontx_hdr::width |
Font Width XSize
Definition at line 24 of file fontx.c.
Referenced by fontx_load(), fontx_load_double_krom(), fontx_load_single_krom(), fontx_print_ascii(), and fontx_print_sjis().