RFR: 8190907: Windows 10 default Korean Font Malgun Gothic available not used by GUI elements even though available without Korean Language Pack
Naoto Sato
naoto at openjdk.java.net
Wed Mar 2 18:29:03 UTC 2022
On Tue, 1 Mar 2022 08:31:47 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
> Malgun_Gothic(https://en.wikipedia.org/wiki/Malgun_Gothic) had replaced Gulim korean font so it needs to be updated to show korean fonts
I thought there is some mechanism to chain physical fonts, such as if `glim.ttc` is not available for `korean` then use `malgun.ttf` instead, but I may be wrong here. @prrace, can you comment on it?
If there is no such fallback mechanism, `Batang` should also be replaced with `Malgun Gothic`, otherwise it would show blobs.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7643
More information about the client-libs-dev
mailing list