TGD Files - Galaxy1036/AL-Assets-RE GitHub Wiki
.tgd files are files who contains all information about font glyphs
<form tag="ROOT">
<form tag="TTFG">
<form tag="0000">
<chunk tag="LOCL"/>
<chunk tag="DATA"/>
<chunk tag="KOFS"/>
</form>
</form>
</form>
DATA chunks contains all info about the glyph.
Repeated block until no more data:
Data type | Purpose |
---|---|
UINT32 | ASCII codepoint |
UINT16 | Unknown |
UINT16 | Unknown |
UINT16 | Unknown |
UINT16 | Unknown |
UINT8 | Unknown |
UINT8 | Unknown |
UINT8 | Unknown |
UINT8 | Unknown |
UINT16 | Unknown |
UINT16 | Unknown |
No idea what this chunk contains
Repeated block until no more data:
Data type | Purpose |
---|---|
UINT32 | Unknown |
UINT16 | Unknown, always 0xFFFF or 0xFFFE |