Robin Hood: The Legend of Sherwood FNT BFN FN
Back to index | Edit this page
FNT, BFN, FN
- Format Type : Font
- Endian Order : Little Endian
- Signature : SBFONT
Format Specifications
// header
6 bytes (char) - signature // "SBFONT"
4 bytes (uint32) - unknown // 512
40 bytes (char) - font name // e.g. "Lydian"
4 bytes (uint32) - font height? // e.g. 18
4 bytes (uint32) - nulls
4 bytes (uint32) - font width? // e.g. 13
4 bytes (uint32) - number of entries
4 bytes (uint32) - separator? // 0xFF 0xFF 0xFF 0xFF
// character table
num_of_entries *
{
2 bytes (uint16) - ASCII character number
}
Notes and Comments
- Data is compressed with BZIP2 algorithm.
Games
List of games using this file format:
- Robin Hood: The Legend of Sherwood (*.FNT / *.BFN / *.FN)
QuickBMS Script
Not written yet.
Compatible Programs
None.