Filesystem/romfs/Font: Difference between revisions
< Filesystem | romfs
(Added a bit more info about the Font folder and moved the Folders heading to the top) |
(make page good, rest in peace "The font folder is a folder") |
||
Line 1: | Line 1: | ||
== Folders == | == Folders == | ||
* | * None. | ||
== Info == | == Info == | ||
The Font folder | The Font folder holds all of the fonts used for the game. Each file is a [[BFARC|BFARC]] (Binary caFe Archive) file compressed with the [https://en.wikipedia.org/wiki/Zstd ZSTD] format, which then hold several fonts of different types and formats within. | ||
The Chinese, Korean and Taiwanese archives are entire replacements and not additions to the "base" archive, they contain duplicates of even fonts that needed no changes for those languages, such as the PictureFont. | |||
== Files == | == Files == | ||
{| class="wikitable" | |||
!Filename | |||
!Format | |||
!Information | |||
|- | |||
|Font.Nin_NX_NVN.bfarc.zs | |||
|BFARC | |||
|The default fonts for the majority of languages. | |||
|- | |||
|Font_CNzh.Nin_NX_NVN.bfarc.zs | |||
|BFARC | |||
|The fonts used for Chinese. | |||
|- | |||
|Font_KRko.Nin_NX_NVN.bfarc.zs | |||
|BFARC | |||
|The fonts used for Korean. | |||
|- | |||
|Font_TWzh.Nin_NX_NVN.bfarc.zs | |||
|BFARC | |||
|The fonts used for Taiwanese. | |||
|} |
Revision as of 07:16, 15 October 2023
Folders
- None.
Info
The Font folder holds all of the fonts used for the game. Each file is a BFARC (Binary caFe Archive) file compressed with the ZSTD format, which then hold several fonts of different types and formats within.
The Chinese, Korean and Taiwanese archives are entire replacements and not additions to the "base" archive, they contain duplicates of even fonts that needed no changes for those languages, such as the PictureFont.
Files
Filename | Format | Information |
---|---|---|
Font.Nin_NX_NVN.bfarc.zs | BFARC | The default fonts for the majority of languages. |
Font_CNzh.Nin_NX_NVN.bfarc.zs | BFARC | The fonts used for Chinese. |
Font_KRko.Nin_NX_NVN.bfarc.zs | BFARC | The fonts used for Korean. |
Font_TWzh.Nin_NX_NVN.bfarc.zs | BFARC | The fonts used for Taiwanese. |