Robin Hood: The Legend of Sherwood FNT BFN FN
Jump to navigation
Jump to search
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) - version? // 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
2 bytes (uint16) - X position
2 bytes (uint16) - Y position
2 bytes (uint16) - char width
2 bytes (uint16) - char height // 0 = 18px?
8 bytes - unknown
}
// font images
num_of_images *
{
2 bytes (uint16) - font image width
2 bytes (uint16) - font image height
4 bytes (uint32) - version? // 2
4 bytes (uint32) - data size
x bytes - font image data // compressed with BZIP2
}
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.