[jfx22u] RFR: 8322251: [Linux] JavaFX is not displaying CJK on Ubuntu 23.10 and later

2024-04-25 Thread Phil Race
Backport to jfx22u - Commit messages: - Backport 5182ea16ace78c4f61e2c38981aab62f6153294e Changes: https://git.openjdk.org/jfx22u/pull/27/files Webrev: https://webrevs.openjdk.org/?repo=jfx22u&pr=27&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8322251 Stats: 7 lines in

Re: RFR: 8322251: [Linux] JavaFX is not displaying CJK on Ubuntu 23.10 and later

2024-04-18 Thread Andy Goryachev
On Wed, 10 Apr 2024 19:01:57 GMT, Phil Race wrote: > The Linux font lookup code is rejecting CFF OpenType fonts. > Since these are becoming common because of the Noto family this could soon be > quite a problem. > I expect this fix is a candidate for backporting. thank you @beldenfox for confir

Re: RFR: 8322251: [Linux] JavaFX is not displaying CJK on Ubuntu 23.10 and later

2024-04-18 Thread Martin Fox
On Wed, 10 Apr 2024 19:01:57 GMT, Phil Race wrote: > The Linux font lookup code is rejecting CFF OpenType fonts. > Since these are becoming common because of the Noto family this could soon be > quite a problem. > I expect this fix is a candidate for backporting. I already had 23.10 ARM VM's co

Re: RFR: 8322251: [Linux] JavaFX is not displaying CJK on Ubuntu 23.10 and later

2024-04-18 Thread Phil Race
On Thu, 18 Apr 2024 14:18:43 GMT, Andy Goryachev wrote: > the code looks right, I just can't verify the fix on a real system. Well, yes, I had to install 23.10 in a VirtualBox VM, then clone FX on to it along with all the tools needed to build and test. So it is definitely something that needs

Re: RFR: 8322251: [Linux] JavaFX is not displaying CJK on Ubuntu 23.10 and later

2024-04-18 Thread Andy Goryachev
On Wed, 10 Apr 2024 19:01:57 GMT, Phil Race wrote: > The Linux font lookup code is rejecting CFF OpenType fonts. > Since these are becoming common because of the Noto family this could soon be > quite a problem. > I expect this fix is a candidate for backporting. the code looks right, I just ca

Re: RFR: 8322251: [Linux] JavaFX is not displaying CJK on Ubuntu 23.10 and later

2024-04-18 Thread Ajit Ghaisas
On Wed, 10 Apr 2024 19:01:57 GMT, Phil Race wrote: > The Linux font lookup code is rejecting CFF OpenType fonts. > Since these are becoming common because of the Noto family this could soon be > quite a problem. > I expect this fix is a candidate for backporting. The fix looks straightforward a

Re: RFR: 8322251: [Linux] JavaFX is not displaying CJK on Ubuntu 23.10 and later

2024-04-11 Thread Andy Goryachev
On Wed, 10 Apr 2024 19:01:57 GMT, Phil Race wrote: > The Linux font lookup code is rejecting CFF OpenType fonts. > Since these are becoming common because of the Noto family this could soon be > quite a problem. > I expect this fix is a candidate for backporting. The windows build failure is un

Re: RFR: 8322251: [Linux] JavaFX is not displaying CJK on Ubuntu 23.10 and later

2024-04-10 Thread Phil Race
On Wed, 10 Apr 2024 19:09:52 GMT, Andy Goryachev wrote: >> The Linux font lookup code is rejecting CFF OpenType fonts. >> Since these are becoming common because of the Noto family this could soon >> be quite a problem. >> I expect this fix is a candidate for backporting. > > modules/javafx.grap

Re: RFR: 8322251: [Linux] JavaFX is not displaying CJK on Ubuntu 23.10 and later

2024-04-10 Thread Andy Goryachev
On Wed, 10 Apr 2024 19:01:57 GMT, Phil Race wrote: > The Linux font lookup code is rejecting CFF OpenType fonts. > Since these are becoming common because of the Noto family this could soon be > quite a problem. > I expect this fix is a candidate for backporting. modules/javafx.graphics/src/mai

RFR: 8322251: [Linux] JavaFX is not displaying CJK on Ubuntu 23.10 and later

2024-04-10 Thread Phil Race
The Linux font lookup code is rejecting CFF OpenType fonts. Since these are becoming common because of the Noto family this could soon be quite a problem. I expect this fix is a candidate for backporting. - Commit messages: - 8322251 Changes: https://git.openjdk.org/jfx/pull/1439/f