BCFNT: Difference between revisions
HandsomeMatt (talk | contribs) update info on TGLP, FINF & CMAP - thanks to Gericom/EveryFileExplorer |
HandsomeMatt (talk | contribs) CWDH |
||
Line 311: | Line 311: | ||
Number of Scan Entries = read uint16 | Number of Scan Entries = read uint16 | ||
for every scan entry: read uint16 & read uint16 | for every scan entry: read uint16 & read uint16 | ||
=== CWDH Header === | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Size | |||
! Description | |||
|- | |||
| 0x00 | |||
| 0x04 | |||
| Magic Header (CWDH) | |||
|- | |||
| 0x04 | |||
| 0x04 | |||
| Section Size | |||
|- | |||
| 0x08 | |||
| 0x02 | |||
| Start Index | |||
|- | |||
| 0x0A | |||
| 0x02 | |||
| End Index | |||
|- | |||
| 0x0C | |||
| 0x04 | |||
| Next CWDH Offset | |||
|- | |||
| 0x10 | |||
| 3 * (EndIndex - StartIndex + 1) | |||
| Char Widths (3 bytes: Left, Glyph Width, Char Width) | |||
|} |