On Wed, 1 Dec 2021 17:34:58 GMT, Phil Race <p...@openjdk.org> wrote: > FWIW the rendering being present in the non-layout case is likely due to the > magic JRS fall back code .. some day we need to unify this so that at least > we are consistent.
That's what I'm working on now - getting rid of `JRSFontCreateFallbackFontForCharacters` and replace it with cascade list approach. The plan is to have it tested with JetBrains Runtime first (both internally and with external users). If all goes well, I'll submit corresponding PR in several months, after our IDEs' next public release. ------------- PR: https://git.openjdk.java.net/jdk/pull/6633