Font record is a total of 288 (0x120) bytes. More...

Public Attributes | |
| uint8_t | unknown1 [23] |
| some type of header, similar to RecGroup to 2 bytes shorter More... | |
| char | short_filename [14] |
| 0x00 - 0x0d More... | |
| char | long_filename [64] |
| 0x0e - 0x4d More... | |
| uint8_t | unknown [188] |
| 0x4e - 0x109 More... | |
Font record is a total of 288 (0x120) bytes.
IJS files seem to be big-endian. See ByteOrder::swap().It starts with a 23-byte header, similar to but 2 bytes shorter than a RecGroup:
Then the actual font file information, which is an additional 266 bytes in length:
| uint8_t IJS::RecFont::unknown1[23] |
some type of header, similar to RecGroup to 2 bytes shorter
| char IJS::RecFont::short_filename[14] |
0x00 - 0x0d
Referenced by IJS::load().
| char IJS::RecFont::long_filename[64] |
0x0e - 0x4d
Referenced by IJS::load().
| uint8_t IJS::RecFont::unknown[188] |
0x4e - 0x109