Difference between revisions of "BCFNT"
Jump to navigation
Jump to search
HandsomeMatt (talk | contribs) m (basic CFNT header info) |
|||
Line 1: | Line 1: | ||
=CTR Font Format= | =CTR Font Format= | ||
[[.bcfnt]] files are bitmap fonts made for the 3ds. this page is a stub and will be filled in soon. | [[.bcfnt]] files are bitmap fonts made for the 3ds. this page is a stub and will be filled in soon. | ||
+ | |||
+ | === CFNT Header === | ||
+ | |||
+ | {| class="wikitable" border="1" | ||
+ | |- | ||
+ | ! Offset | ||
+ | ! Size | ||
+ | ! Description | ||
+ | |- | ||
+ | | 0x00 | ||
+ | | 0x04 | ||
+ | | Magic Header (either CFNT or CFNU) | ||
+ | |- | ||
+ | | 0x04 | ||
+ | | 0x02 | ||
+ | | Unknown | ||
+ | |- | ||
+ | | 0x06 | ||
+ | | 0x02 | ||
+ | | Header Size | ||
+ | |- | ||
+ | | 0x08 | ||
+ | | 0x04 | ||
+ | | Unknown | ||
+ | |- | ||
+ | | 0x0C | ||
+ | | 0x04 | ||
+ | | File size (the total) | ||
+ | |- | ||
+ | | 0x10 | ||
+ | | 0x04 | ||
+ | | Number of "blocks" to read | ||
+ | |} |
Revision as of 18:52, 18 January 2016
CTR Font Format
.bcfnt files are bitmap fonts made for the 3ds. this page is a stub and will be filled in soon.
CFNT Header
Offset | Size | Description |
---|---|---|
0x00 | 0x04 | Magic Header (either CFNT or CFNU) |
0x04 | 0x02 | Unknown |
0x06 | 0x02 | Header Size |
0x08 | 0x04 | Unknown |
0x0C | 0x04 | File size (the total) |
0x10 | 0x04 | Number of "blocks" to read |