TGD Files - Galaxy1036/AL-Assets-RE GitHub Wiki

.tgd files are files who contains all information about font glyphs

Format

IFF representation

<form tag="ROOT">
   <form tag="TTFG">
      <form tag="0000">
         <chunk tag="LOCL"/>
         <chunk tag="DATA"/>
         <chunk tag="KOFS"/>
      </form>
   </form>
</form>

Chunks format

"DATA"

DATA chunks contains all info about the glyph.

Format

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

"KOFS"

No idea what this chunk contains

Format

Repeated block until no more data:

Data type Purpose
UINT32 Unknown
UINT16 Unknown, always 0xFFFF or 0xFFFE
⚠️ **GitHub.com Fallback** ⚠️