Changes

Jump to navigation Jump to search
355 bytes removed ,  01:22, 19 January 2016
m
remove duplicate cfnt header entry
Line 1: Line 1:  
=CTR Font Format=
 
=CTR Font Format=
 
[[.bcfnt]] files are bitmap fonts made for the 3ds. The system font uses this format too except the header is changed from CFNT to CFNU and all file offsets are changed to absolute in memory offsets.
 
[[.bcfnt]] files are bitmap fonts made for the 3ds. The system font uses this format too except the header is changed from CFNT to CFNU and all file offsets are changed to absolute in memory offsets.
  −
=== 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
  −
|}
      
=== CFNT Header ===
 
=== CFNT Header ===

Navigation menu