Releases: vE5li/korangar
Releases · vE5li/korangar
Font map files
These are pre-compiled font map files for korangar. They can be used to support more language scripts. Korangar ships with the default Noto Sans font, which support Latin, Cyrillic and Greek scripts. You can set multiple font maps as a fallback to support more languages in the client/interface_settings.ron
config file. For example, if you want to support the korean language script:
(
fonts: [
"NotoSans",
"NotoSansKR",
],
menu_theme: "client/themes/menu.ron",
main_theme: "client/themes/main.ron",
game_theme: "client/themes/game.ron",
scaling: 1.0,
)
You need also to copy the korean font map files into the archive/data/font/
folder.
NotoSans.zip
- Latin, Cyrillic and Greek scriptsNotoSansArabic.zip
- Arabic scriptNotoSansHebrew.zip
- Hebrew scriptNotoSansJP.zip
- Japanese scriptNotoSansKR.zip
- Korean scriptNotoSansSC.zip
- Simplified chinese scriptNotoSansTC.zip
- Traditional chinese scriptNotoSansThai.zip
- Thai script