Crash Bandicoot: Mutant Island Font: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "== Font == * ''' Game ''': Crash Bandicoot: Mutant Island <br> * ''' Format Type ''': Font <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''':...")
imported>Ikskoks
No edit summary
 
(One intermediate revision by the same user not shown)
Line 59: Line 59:
[[Category:Format_Font | Type: Font]]
[[Category:Format_Font | Type: Font]]
[[Category:BMS_None | BMS: None]]
[[Category:BMS_None | BMS: None]]
[[Category:File Format]]

Latest revision as of 15:00, 3 January 2021

Font


Format Specifications

//HEADER
3 bytes - "FAC" magic
1 byte - font height
1 byte - TopDec
1 byte - space width
2 bytes - num_of_chars
2 bytes - num_of_special_chars


//CHARACTER TABLE
num_of_chars * 
{
   2 bytes - character
   1 byte - width
   1 byte - height
   1 byte - position X
   1 byte - position Y
   1 byte - position base
}

//SPECIAL CHARACTER TABLE (can be optional)
num_of_special_chars *
{
   2 bytes - special character
   1 byte - width
   1 byte - height
   1 byte - position base
}

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Compatible Programs