RFR: 8322251: [Linux] JavaFX is not displaying CJK on Ubuntu 23.10 and later
Andy Goryachev
angorya at openjdk.org
Thu Apr 11 21:49:46 UTC 2024
On Wed, 10 Apr 2024 19:01:57 GMT, Phil Race <prr at openjdk.org> 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 unrelated:
curl: (28) Failed to connect to www.cygwin.com port 443 after 21041 ms: Couldn't connect to server
Start-Process: D:\a_temp\46314114-c9de-404b-9d61-702019e10c7b.ps1:4
Line |
4 | Start-Process -FilePath "$HOME\cygwin\setup-x86_64.exe" -ArgumentList …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| This command cannot be run due to the error: The system cannot find the file specified.
Error: Process completed with exit code 1.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1439#issuecomment-2050608323
More information about the openjfx-dev
mailing list