RFR: 8190907: Windows 10 default Korean Font Malgun Gothic available not used by GUI elements even though available without Korean Language Pack [v3]

Phil Race prr at openjdk.java.net
Fri Mar 4 18:20:05 UTC 2022


On Fri, 4 Mar 2022 05:07:44 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
>
> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Revert dialogInput. Add Bolditalic

But serif.plain.korean isn't used unless it is a Korean locale .. so what's the point ?

And this one line already added 
allfonts.korean=Malgun Gothic
will provide it as a fall back so I don't see the need.
If I am an English language user running in a US / UK locale I'll get my Korean glyphs from there with the only difference being it isn't in the same place in the precedence order.
This also ensures that any "new" code points added in that font not present in the older ones will always be available.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7643



More information about the client-libs-dev mailing list