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 11 03:40:46 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

Hmm .. I have not tried this but a "hack" might be to replace
korean.allfonts
with
korean-fallback.allfonts
and similarly update sequence.fallback to refer to korean-fallback

It is all just name matching so korean could be "foo" and if the duplicate use is the issue that could fix it.

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

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



More information about the client-libs-dev mailing list