RFR: 8278050: Armenian text isn't rendered on macOS if text layout is performed

Dmitry Batrak dbatrak at openjdk.java.net
Thu Dec 2 09:43:24 UTC 2021


On Wed, 1 Dec 2021 17:34:58 GMT, Phil Race <prr at 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



More information about the client-libs-dev mailing list