gluonhq / client-samples

Client samples to run with Gluon Client plugins for Maven and Gradle
114 stars 23 forks source link

iOS 13 - text garbled #24

Closed CedricGatay closed 4 years ago

CedricGatay commented 5 years ago

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: Simulator Screen Shot - iPhone 11 Pro - 2019-10-22 at 08 47 39

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.

sderosiaux commented 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.

johanvos commented 4 years ago

@sderosiaux are you using the same pom as in the HelloFX sample?

sderosiaux commented 4 years ago

Yes, exactly the same. I just followed the README: fresh install of GraalVM, env vars, git clone, mvn *.

jperedadnr commented 4 years ago

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.

jperedadnr commented 4 years ago

Submitted PR to fix this issue: https://github.com/openjdk/jfx/pull/55

jperedadnr commented 4 years ago

Solved with JavaFX static 14-ea+gvm2