iOS: current state of RoboVM 0.0.2 + latest gradle based OpenJFX on iOS
Tobias Bley
tobi at ultramixer.com
Wed Jul 3 02:31:27 PDT 2013
Hi,
I tried to use the latest gradle based OpenJFX on iOS using RoboVM. Current state: it fails: The reason why is the font rendering using CoreText which currently is not possible on iOS.
Take a look here: coretext.c => #if TARGET_OS_MAC && !(TARGET_OS_IPHONE)
The alternative would be to use the T2K renderer, which is not available in OpenJFX.
So currently we have to wait for an implementation of CoreText native code on iOS.
Best regards,
Tobi
More information about the openjfx-dev
mailing list