|
PS2SDK
PS2 Homebrew Libraries
|
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 [] | |
| char fontx_hdr::id[7] |
| char fontx_hdr::name[9] |
| unsigned char fontx_hdr::width |
Font Width XSize
Definition at line 24 of file fontx.c.
Referenced by fontx_load(), fontx_print_ascii(), and fontx_print_sjis().
| unsigned char fontx_hdr::height |
Font Height YSize
Definition at line 26 of file fontx.c.
Referenced by fontx_load(), fontx_print_ascii(), and fontx_print_sjis().
| unsigned char fontx_hdr::type |
| unsigned char fontx_hdr::table_num |
| struct { ... } fontx_hdr::block[] |