Hi, Is that being worked on or did we just hit a brick wall?
David On Wed, Jul 3, 2013 at 4:31 AM, Tobias Bley <t...@ultramixer.com> wrote: > 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