When I getSystemFonts, my IOS 7 Iphone 4 lists and requires the name for newText to be with dashes (-), on IOS 8 without them. As a consequence, I can’t display the font correctly on both.
Can I detect IOS version? System.getInfo doesn’t seem to let me.
Can I detect whether a font gets loaded correctly or not?
Else as I see it, I have no choice but to have it display incorrectly on Iphone 4, or require all users to upgrade to IOS 8 for my app to look as it should.
Edit: if I can somehow edit the font name inside the .ttf file, to remove spaces or replace them with dashes, I might be able to eliminate the problem. This is just an educated guess, but worth a shot. How?