RFR: 8190907: Windows 10 default Korean Font Malgun Gothic available not used by GUI elements even though available without Korean Language Pack [v3]
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Mon Mar 14 04:26:43 UTC 2022
On Fri, 11 Mar 2022 18:25:02 GMT, Dmitry Batrak <dbatrak at openjdk.org> wrote:
> It's a bit hard to talk about 'fallback' fonts here without confusion, as this word might mean at least two things - we have Korean fallback fonts, in a sense that `sequence.fallback` contains `korean` entry, so all logical fonts are supposed to support Korean. And we also want e.g. Batang font to 'fallback' to Malgun Gothic, if Batang font is not installed.
It seems then if we have
`allfonts.korean-fallback=Malgun Gothic`
and add this `korean-fallback` to `sequence.fallback` instead of `korean` then I guess we can have fix for both.
Will this be accepted change?
-------------
PR: https://git.openjdk.java.net/jdk/pull/7643
More information about the client-libs-dev
mailing list