56
edits
(Added graphics formats.) |
(More fornats.) |
||
Line 48: | Line 48: | ||
|- style="background:white" | |- style="background:white" | ||
|000Ah||see field at offset 0||Compressed data. | |000Ah||see field at offset 0||Compressed data. | ||
|} | |||
Font (FNT) and inventory icons (ICO), referred as glyphs, and stored with the following format: | |||
{| border="1" cellpadding="2" width=100% | |||
|- style="background:silver" | |||
|Offset||Size||Description | |||
|- style="background:white" | |||
|0000h||4||Glyphs # | |||
|- style="background:white" | |||
|0004h||Glyphs #||Width of each glyph. | |||
|- style="background:white" | |||
|0004h + Glyphs #||1||Glyphs height. | |||
|- style="background:white" | |||
|0005h + Glyphs #||(Sum of widths) * glyphs # * height||Uncompressed raw data. | |||
|} | |} |
edits