|
| 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 [] |
| |
Definition at line 18 of file fontx.c.
◆ id
"FONTX2" id Identifier
Definition at line 20 of file fontx.c.
◆ name
Name of the font
Definition at line 22 of file fontx.c.
◆ width
| unsigned char fontx_hdr::width |
Font Width XSize
Definition at line 24 of file fontx.c.
◆ height
| unsigned char fontx_hdr::height |
Font Height YSize
Definition at line 26 of file fontx.c.
◆ type
| unsigned char fontx_hdr::type |
Type of Font
Definition at line 28 of file fontx.c.
◆ table_num
| unsigned char fontx_hdr::table_num |
Number of tables
Definition at line 31 of file fontx.c.
◆ block
| struct { ... } fontx_hdr::block[] |
The documentation for this struct was generated from the following file: