Closed CedricGatay closed 4 years ago
I just tried, and I have the exact same issue (rendering a bit different but the same garbage), on macOS Catalina 10.15.
@sderosiaux are you using the same pom as in the HelloFX sample?
Yes, exactly the same. I just followed the README: fresh install of GraalVM, env vars, git clone, mvn *.
Issue filed: https://bugs.openjdk.java.net/browse/JDK-8234916, fix will be there soon.
In the meantime, using other fonts different than the system fonts should prevent this issue.
Submitted PR to fix this issue: https://github.com/openjdk/jfx/pull/55
Solved with JavaFX static 14-ea+gvm2
Hi,
I am currently experiencing with Gluon to target mobile devices (specially iOS ones). And I discovered that text is unreadable under iOS 13, it works fine when running on iOS 12.
See screenshot attached:
I did not find any other issue related to this, but feel free to close it if I am not reporting it at the right place.