Bugzilla – Bug 137393
In Korean situation, I follow up New Noto CJK fonts(v2.001)
New Noto Sans CJK V2.001 released on 10 Apr 2019.
At that version, It supported SC(Simplified Chinese), TC(Traditional Chinese), JP(Japanese), KR(Korean) and new HK(Hong Kong) Version.
e.g. 'Noto Sans Mono CJK {HK, JP, KR, SC, TC}'.
At that version support Japanese new era 令和 (reiwa) & Unicode 12.1.
Also, Font file names changed,
For example)
Noto Sans CJK KR => Noto Sans KR
Noto Serif CJK KR => Noto Serif KR
Noto Sans CJK JP => Noto Sans JP
Noto Serif CJK JP => Noto Serif JP
Noto Sans CJK SC => Noto Sans SC
Noto Serif CJK SC => Noto Serif SC
Noto Sans CJK TC => Noto Sans TC
Noto Serif CJK TC => Noto Serif TC
Noto Sans HK, Noto Serif HK
Nowadays, New Linux distributions includes Noto CJK font V2.0.
In Korean Linux environments, Noto CJK font v2.0 'Noto Sans KR' & 'Noto Serif KR' are already set default.
So, In my opinion, CJK Linux environments, Noto CJK font v2.0 is default
(Noto Sans JP, Noto Sans SC, Noto Sans TC, Noto Sans HK, Noto Serif JP, Noto Serif SC, Noto Serif TC, Noto Serif HK etc.)
When I modified the file `officecfg/registry/data/org/openoffice/VCL.xcu`,
Many of CJK font locale only supported Noto CJK v1 file names.
For example) Noto Serif CJK SC, Noto Serif CJK JP, Noto Sans CJK TC Noto Sans CJK JP, etc.
So, I suggest to add New Noto CJK Fonts on the `officecfg/registry/data/org/openoffice/VCL.xcu` in CJK Locale settings
Actual Results:
In Japanese Environment on LibreOffice
<prop oor:name="CJK_HEADING" oor:type="xs:string" oor:op="replace">
<value>Noto Sans CJK JP;游ゴシック;MS ゴシック;MS Pゴシック;ヒラギノ角ゴシック;ヒラギノ角ゴ ProN;ヒラギノ角ゴ Pro;IPA ゴシック;IPA Pゴシック;Gothic;MS 明朝;Mincho;MS P明朝;Gothic</value>
</prop>
In Simplified Chinese Environment on LibreOffice
<prop oor:name="CJK_DISPLAY" oor:type="xs:string" oor:op="replace">
<value>思源黑体;Source Han Sans SC;思源黑体 CN;Source Han Sans CN;Noto Sans CJK SC;微软雅黑;Microsoft Yahei;新宋体;NSimSun;萍方-简;PingFang SC;华文细黑;STXihei;Arial Unicode MS;Tahoma</value>
</prop>
In Traditional Chinese Environment on LibreOffice
<prop oor:name="CJK_DISPLAY" oor:type="xs:string" oor:op="replace">
<value>思源黑體;Source Han Sans TC;Noto Sans CJK TC;蘋方-繁;PingFang TC;儷黑 Pro;LiHei Pro;微軟正黑體;Microsoft JhengHei;新細明體;PMingLiU;Arial Unicode MS;Tahoma</value>
</prop>
Expected Results:
<prop oor:name="CJK_HEADING" oor:type="xs:string" oor:op="replace">
<value>Noto Sans JP;Noto Sans CJK JP;游ゴシック;MS ゴシック;MS Pゴシック;ヒラギノ角ゴシック;ヒラギノ角ゴ ProN;ヒラギノ角ゴ Pro;IPA ゴシック;IPA Pゴシック;Gothic;MS 明朝;Mincho;MS P明朝;Gothic</value>
</prop>
In Simplified Chinese Environment on LibreOffice
<prop oor:name="CJK_DISPLAY" oor:type="xs:string" oor:op="replace">
<value>思源黑体;Source Han Sans SC;思源黑体 CN;Source Han Sans CN;Noto Sans SC;Noto Sans CJK SC;微软雅黑;Microsoft Yahei;新宋体;NSimSun;萍方-简;PingFang SC;华文细黑;STXihei;Arial Unicode MS;Tahoma</value>
</prop>
In Traditional Chinese Environment on LibreOffice
<prop oor:name="CJK_DISPLAY" oor:type="xs:string" oor:op="replace">
<value>思源黑體;Source Han Sans TC;Noto Sans TC;Noto Sans CJK TC;蘋方-繁;PingFang TC;儷黑 Pro;LiHei Pro;微軟正黑體;Microsoft JhengHei;新細明體;PMingLiU;Arial Unicode MS;Tahoma</value>
</prop>
Reproducible: Always
User Profile Reset: No
Additional Info:
Google Noto CJK fonts Repository:
https://github.com/googlefonts/noto-cjk
> (In reply to Heiko Tietze from
comment #3
)
> Heiko: This ticket is talking about Noto {Sans, Serif} CJK {SC, TC, KR, JP}
> fonts, as listed in:
https://www.google.cn/get/noto/
.
I'm talking about what we have at the source code, which is this
https://dev-www.libreoffice.org/src/noto-fonts-20171024.tar.gz
Would you please download the following to see if the patch works for you?
https://go.suokunlong.cn:88/dl/libreoffice/dbg/2020-10-13/libreoffice-master-linux64-dbgutil-kevin-2020-10-13.zip
This version has zh-CN, zh-TW, and ja enabled. To test, just unzip and run "./instdir/program/soffice". It should work on your openSUSE Tumbleweed.
It has been pushed to "master":
https://git.libreoffice.org/core/commit/2d1b5ecdf81d19993f2d9dd4f07521361fac4570
tdf#137393
: Add "Noto {Sans, Serif} {SC,TC,HK,JP}" to the default font list
It will be available in 7.1.0.
The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/
in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.