On Fri, 11 Mar 2022 18:25:02 GMT, Dmitry Batrak <dbat...@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