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