[0.17.25]The font of Japanese kanji is a bit strange.

This subforum contains all the issues which we already resolved.
Post Reply
darq
Burner Inserter
Burner Inserter
Posts: 18
Joined: Wed Sep 28, 2016 7:57 pm
Contact:

[0.17.25]The font of Japanese kanji is a bit strange.

Post by darq »

When the language setting is Japanese, Chinese character is used as Japanese kanji.
diff_kanji.png
diff_kanji.png (200.94 KiB) Viewed 4191 times

Japanese Kanji and Chinese character that look similar have the same character code in Unicode.
For example, the character code of "Image" (Japanese kanji) is U+5316,
the character code of "Image" (Chinese character) is also U+5316.
To correctly display such character in each language appearance, it is necessary to change the font family depending on the language.

For Factorio 0.17.25, I think it uses Chinese fonts even when the language setting is Japanese.
As a result, some Japanese kanji (which can be expressed in Chinese font) are displayed as Chinese character.
建設計画組立機(Blueprint tool): http://81.81.la/u/factorio/bp.htm

horensor
Manual Inserter
Manual Inserter
Posts: 4
Joined: Tue Sep 20, 2016 5:28 pm
Contact:

Re: [0.17.25]The font of Japanese kanji is a bit strange.

Post by horensor »

I wish this will help.

Font files in core/locales were moved to data/core/fonts.
But there are not Japanese fonts there.
I tried putting rounded-l-mplus-1c-*.ttf there and modified data/core/locale/en/info.json below:
example "defalut" section:
...
"__core__/fonts/NotoSans-Regular.ttf",
"__core__/fonts/rounded-l-mplus-1c-regular.ttf",
"__core__/fonts/DroidSansFallback.ttf",
...
(I wrote it before DroidSans line because DroidSansFallback has Japanese characters.)
Then it looks working correctly.

In my opinion:
I think "Rounded M+ fonts" are not bad font, however I suggest using original "M+ fonts".
- Tittillium fonts are used in Factorio. The typeface are designed sharp at corners of characters, but Rounded M+ fonts are modified M+ to rounded as the name suggests.
- "M+ fonts" are maintained by project members. Some updates are released after last "Rounded M+ fonts" released. I guess one of reasons why they commit, "M+ Fonts" is set as default in some Linux distribution like Debian in Japanese environment.
M+ FONTS PROJECT: http://mplus-fonts.osdn.jp/
M+ FONTS OSDN Project: https://osdn.net/projects/mplus-fonts/
Best regards.

zarath8128
Manual Inserter
Manual Inserter
Posts: 1
Joined: Sat Apr 06, 2019 4:18 am
Contact:

Re: [0.17.25]The font of Japanese kanji is a bit strange.

Post by zarath8128 »

I used m+2m :
kanji_m+-2m.PNG
kanji_m+-2m.PNG (34.39 KiB) Viewed 4035 times
It looks like better than default cjk fonts for Japanese, as ver 16.51.

In generally, cjk fonts described as "The fonts including Chinese character for Chinese, Japanese, and Korean". Indeed, Chinese Character and Japanese Kanji look same character, but, they are totally defferent character for Chinese and Japanese by bit deferrence of shape.

I'm storongly hoping the two characters are treated as different characters.

Thank you.

P.S I used following settings for data/core/locale/en/info.json:
info.json
(2.31 KiB) Downloaded 105 times
Thanks horensor!

wada314
Manual Inserter
Manual Inserter
Posts: 2
Joined: Sat Apr 06, 2019 10:55 am
Contact:

Re: [0.17.25]The font of Japanese kanji is a bit strange.

Post by wada314 »

To dear developers:
As other people mentioned, the current font used in Japanese is wrong. It would be great if you could continue using the old fonts. I believe NotoSans-JP only distributes *.otf font file, not *.ttf this game supports so we should keep stay on the old fonts.

To players (Japanese follows English):
日本語でゲームをプレイしている人へ:

By your own risk, you can continue using the old fonts.

自己責任ですが、古いフォントを使うことが可能です。

First, downgrade your game to ver. 0.16. Then check Factorio/data/core/locale/ja/fonts directory. There should be 3 files so copy all of them to somewhere you like (e.g. desktop). Upgrade the game to the latest version, and copy back the 3 files into Factorio/data/core/fonts directory. Then open Factorio/data/core/locale/ja/info.json, and replace the content like this:

Code: Select all

{
    "completed": 100,
    "language-name": "日本語",
    "font": {
        "default": [
            "__core__/fonts/regular.ttf",
            "__core__/fonts/TitilliumWeb-Regular.ttf",
            "__core__/fonts/Sunflower-Medium.ttf",
            "__core__/fonts/NotoSans-Regular.ttf",
            "__core__/fonts/DroidSansFallback.ttf",
            "__core__/fonts/NotoSansThai-Regular.ttf",
            "__core__/fonts/NotoSansArabic-Regular.ttf",
            "__core__/fonts/NotoSansHebrew-Regular.ttf"
        ],
        "default-bold": [
            "__core__/fonts/bold.ttf",
            "__core__/fonts/TitilliumWeb-Bold.ttf",
            "__core__/fonts/Sunflower-Bold.ttf",
            "__core__/fonts/NotoSans-Bold.ttf",
            "__core__/fonts/DroidSansFallback.ttf",
            "__core__/fonts/NotoSansThai-Bold.ttf",
            "__core__/fonts/NotoSansArabic-Bold.ttf",
            "__core__/fonts/NotoSansHebrew-Bold.ttf"
        ],
        "default-mono": [
            "__core__/fonts/regular.ttf",
            "__core__/fonts/NotoMono-Regular.ttf",
            "__core__/fonts/NotoSans-Regular.ttf",
            "__core__/fonts/Sunflower-Medium.ttf",
            "__core__/fonts/DroidSansFallback.ttf",
            "__core__/fonts/NotoSansThai-Regular.ttf",
            "__core__/fonts/NotoSansArabic-Regular.ttf",
            "__core__/fonts/NotoSansHebrew-Regular.ttf"
        ],
        "default-semibold": [
            "__core__/fonts/medium.ttf",
            "__core__/fonts/TitilliumWeb-SemiBold.ttf",
            "__core__/fonts/Sunflower-Bold.ttf",
            "__core__/fonts/NotoSans-SemiBold.ttf",
            "__core__/fonts/DroidSansFallback.ttf",
            "__core__/fonts/NotoSansThai-SemiBold.ttf",
            "__core__/fonts/NotoSansArabic-SemiBold.ttf",
            "__core__/fonts/NotoSansHebrew-SemiBold.ttf"
        ],
        "locale-pick": [
            "__core__/fonts/regular.ttf",
            "__core__/fonts/NotoSans-Regular.ttf",
            "__core__/fonts/Sunflower-Medium.ttf",
            "__core__/fonts/DroidSansFallback.ttf",
            "__core__/fonts/NotoSansThai-Regular.ttf",
            "__core__/fonts/NotoSansArabic-Regular.ttf",
            "__core__/fonts/NotoSansHebrew-Regular.ttf"
        ],
        "scenario-message-dialog": [
            "__core__/fonts/regular.ttf",
            "__core__/fonts/IBMPlexMono-Medium.ttf",
            "__core__/fonts/NotoMono-Regular.ttf",
            "__core__/fonts/NotoSans-Regular.ttf",
            "__core__/fonts/Sunflower-Medium.ttf",
            "__core__/fonts/DroidSansFallback.ttf",
            "__core__/fonts/NotoSansThai-Regular.ttf",
            "__core__/fonts/NotoSansArabic-Regular.ttf",
            "__core__/fonts/NotoSansHebrew-Regular.ttf"
        ]
    }
}
Then you can see the nice old Japanese font. I only confirmed the game title screen so there might be some issues while you playing though.

まず、ゲームのバージョンを0.16に戻します。 すると、 Factorio/data/core/locale/ja/fonts フォルダの中に3つファイルがあるので、それらをデスクトップなどの適当なフォルダにコピーしておきます。 その後ゲームのバージョンを0.17の最新版に戻し、 Factorio/data/core/fonts フォルダ内にさきほどの3つのファイルをコピーします。 最後に Factorio/data/core/locale/ja/info.json をメモ帳などで開き、中身を上記の内容に書き換えます。
この状態で、私の環境下ではゲームが起動しタイトル画面が正しく表示されることを確認しました。 ゲームプレイ中に問題が起こるかどうかなどは確認していません。

tehfreek
Filter Inserter
Filter Inserter
Posts: 391
Joined: Thu Mar 17, 2016 7:34 am
Contact:

Re: [0.17.25]The font of Japanese kanji is a bit strange.

Post by tehfreek »

wada314 wrote:
Sat Apr 06, 2019 11:37 am
First, downgrade your game to ver. 0.16.
Rather than downgrading your game you can just grab a zip file with 0.16 from the website. Any other than the headless Linux zip file should do.

Or if you have a preferred font on your system (e.g. VLGothic) you may be able to use that font file instead (metrics may be a bit off though).

User avatar
wjy
Burner Inserter
Burner Inserter
Posts: 15
Joined: Sat Jan 12, 2019 6:48 am
Contact:

Re: [0.17.25]The font of Japanese kanji is a bit strange.

Post by wjy »

Hi.
Traditional Chinese also suffers from the same issue with Japanese. I would like to explain that some "kanji" characters are used across different CJK languages, but the shape of characters have a bit difference in each language. For example, Adobe used this image to explain the situation:
Image
These 4 characters are all U+66DC. From left to right: Simplified Chinese, Traditional Chinese, Japanese, and Korean variation. This image is from https://blog.typekit.com/2014/07/15/int ... -han-sans/
To solve the issue, one of the way is to set different font for individual language by using Noto Sans CJK (or Source Han Sans) fonts.
I have test the results. In my opinion I like the look and feel of Noto Sans CJK font in Traditional Chinese. But the bad news is that text of buttons and window title are displayed abnormally. This also happens on game chat text and many other places, and even on Japanese version of this game. I did't test zh-CN and ko but I guess they will be same results.
Note: I set the fonts in info.json. Seems the game accepts the .otf font. I don't know whether the broken text of buttons and window title relate to the .otf format.

Edit: I forgot to mention that I am actually guessing what's the motivation of changing fonts. The game in English is using square-sans font. And the game in both Chinese and Japanese were using round-sans font. Perhaps Factorio's staffs are going to unify the style of fonts with square-sans font?
Screenshot from 0.17.25 with en. Default font.
Screenshot from 0.17.25 with en. Default font.
0.17.25-original-font-en.png (148.65 KiB) Viewed 3914 times
Screenshot from 0.17.25 with ja. Using Noto Sans CJK JP font. Text of buttons and window title are displayed abnormally.
Screenshot from 0.17.25 with ja. Using Noto Sans CJK JP font. Text of buttons and window title are displayed abnormally.
0.17.25-modified-font-ja.png (186.34 KiB) Viewed 3914 times
Screenshot from 0.17.25 with zh-TW. Using Noto Sans CJK TC font. Text of buttons and window title are displayed abnormally.
Screenshot from 0.17.25 with zh-TW. Using Noto Sans CJK TC font. Text of buttons and window title are displayed abnormally.
0.17.25-modified-font-zh-tw.png (183.7 KiB) Viewed 3914 times
Traditional Chinese proofreader of Factorio.
Crowdin profile: https://crowdin.com/profile/willy04wu69

kovarex
Factorio Staff
Factorio Staff
Posts: 8078
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: [0.17.25]The font of Japanese kanji is a bit strange.

Post by kovarex »

Thanks for the report, this is fixed for the next release by reverting to the previous font.

horensor
Manual Inserter
Manual Inserter
Posts: 4
Joined: Tue Sep 20, 2016 5:28 pm
Contact:

Re: [0.17.25]The font of Japanese kanji is a bit strange.

Post by horensor »

Fine!!!!

wada314
Manual Inserter
Manual Inserter
Posts: 2
Joined: Sat Apr 06, 2019 10:55 am
Contact:

Re: [0.17.25]The font of Japanese kanji is a bit strange.

Post by wada314 »

Awesome thank you!

Post Reply

Return to “Resolved Problems and Bugs”