Skip to content

Releases: vE5li/korangar

Font map files

11 Jan 16:57
Compare
Choose a tag to compare

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 scripts
  • NotoSansArabic.zip - Arabic script
  • NotoSansHebrew.zip - Hebrew script
  • NotoSansJP.zip - Japanese script
  • NotoSansKR.zip - Korean script
  • NotoSansSC.zip - Simplified chinese script
  • NotoSansTC.zip - Traditional chinese script
  • NotoSansThai.zip - Thai script