Difference between revisions of "BFFNT (File Format)"

From MK8
Jump to navigation Jump to search
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Parsing information==
+
{{Under-construction}}
===Header===
+
== Parsing information ==
 +
=== Header ===
 
{| class="wikitable"
 
{| class="wikitable"
 
! Offset
 
! Offset
Line 12: Line 13:
 
|0x04
 
|0x04
 
|2
 
|2
|Byte order mark , always Big-Endian (0xFEFF)?
+
|{{BOM}}
 
|-
 
|-
 
|0x06
 
|0x06
 
|??
 
|??
|"Unknown"
+
|'''Unknown'''.
 
|-
 
|-
 
|0x0c
 
|0x0c
Line 24: Line 25:
  
 
= Tools =
 
= Tools =
 +
The following tool can handle BFFNT files:
 +
*[https://mega.nz/#!Pt5H0aYZ!Pr6DZQDGiGaT1g7UuhP3lpf6Q0dn6-DlT6q13Ra6YZI BFFNTtoGTX], by [[User:RandomTalkingBush|RandomTalkingBush]] (converts the font images to [[GTX]] files)
  
The following tool can convert BFFNT files into GTX:
+
[[Category:File Format]]
 
 
*[https://mega.nz/#!Pt5H0aYZ!Pr6DZQDGiGaT1g7UuhP3lpf6Q0dn6-DlT6q13Ra6YZI BFFNTtoGTX], by [[User:RandomTalkingBush|RandomTalkingBush]]
 

Latest revision as of 12:30, 7 August 2017

Under Construction
This article is not finished. Help improve it by adding accurate information or correcting grammar and spelling.

Parsing information

Header

Offset Size Description
0x00 4 "FFNT" File Identifier, ASCII string.
0x04 2 Byte Order Mark (BOM): 0xFEFF for big endian and 0xFFFE for little endian.
0x06 ?? Unknown.
0x0c 4 File size (in bytes).

Tools

The following tool can handle BFFNT files: