Filesystem/romfs/Font: Difference between revisions

From WonderWiki
Jump to navigation Jump to search
mNo edit summary
(Document the insides of the bfarc files, and also document the origins of the Chinese/Korean/Taiwanese fonts in the archives)
Line 2: Line 2:


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.
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.
The archives contain the following contents:
- scft, aka Scalable Font, with [[BFOTF]] (Binary Cafe OpenType Font) files
- fcpx, aka Composite Font, with [[BFCPX]] (Binary Font Composite) files
- font, aka Raster Font, with [[BFFNT]] (Binary Cafe Font) files


== Folders ==
== Folders ==
Line 14: Line 19:
|Font.Nin_NX_NVN.bfarc.zs
|Font.Nin_NX_NVN.bfarc.zs
|BFARC
|BFARC
|The default fonts for the majority of languages.
|The default set of fonts for most regions
|-
|-
|Font_CNzh.Nin_NX_NVN.bfarc.zs
|Font_CNzh.Nin_NX_NVN.bfarc.zs
|BFARC
|BFARC
|The fonts used for Chinese.
|A copy of the default font archive with a Chinese font called "Founder Zhenghei Rui" that replaces some UI fonts.
|-
|-
|Font_KRko.Nin_NX_NVN.bfarc.zs
|Font_KRko.Nin_NX_NVN.bfarc.zs
|BFARC
|BFARC
|The fonts used for Korean.
|A copy of the default font archive with a Korean font called "KoreanSWGI" that replaces some UI fonts.
|-
|-
|Font_TWzh.Nin_NX_NVN.bfarc.zs
|Font_TWzh.Nin_NX_NVN.bfarc.zs
|BFARC
|BFARC
|The fonts used for Taiwanese.
|A copy of the default font archive with a Taiwanese font called "Founder Lanting" and another font apparently from [https://en.wikipedia.org/wiki/DynaComware Dynacomware] internally named DFPT_C7_Subset or DFPT_C5_Subset.
|}
|}

Revision as of 09:58, 15 October 2023

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.

The archives contain the following contents: - scft, aka Scalable Font, with BFOTF (Binary Cafe OpenType Font) files - fcpx, aka Composite Font, with BFCPX (Binary Font Composite) files - font, aka Raster Font, with BFFNT (Binary Cafe Font) files

Folders

  • None.

Files

Filename Format Information
Font.Nin_NX_NVN.bfarc.zs BFARC The default set of fonts for most regions
Font_CNzh.Nin_NX_NVN.bfarc.zs BFARC A copy of the default font archive with a Chinese font called "Founder Zhenghei Rui" that replaces some UI fonts.
Font_KRko.Nin_NX_NVN.bfarc.zs BFARC A copy of the default font archive with a Korean font called "KoreanSWGI" that replaces some UI fonts.
Font_TWzh.Nin_NX_NVN.bfarc.zs BFARC A copy of the default font archive with a Taiwanese font called "Founder Lanting" and another font apparently from Dynacomware internally named DFPT_C7_Subset or DFPT_C5_Subset.