Hello.
I’d like to display a text on a screen in a font other than native.systemFont
This works:
myText = display.newText(" “, 500, 605, native.systemFont, 36)
myText.text = “TEST123”
This doesn’t work:
myText = display.newText(” ", 500, 605, “Arial Black”, 36)
myText.text = “TEST123”
It works in the simulator, but all I get is a blank spot on the iPad. I am guessing this is because, the font is actually present on Mac OS X and not on the actual iPad.
How do you guys usually work this ? Do you just use the native.systemFont ? Do you embed a font ? How’s the copyright in play here ?
thank you!
[import]uid: 95911 topic_id: 16638 reply_id: 316638[/import]
[import]uid: 95911 topic_id: 16638 reply_id: 62149[/import]