Hi,
I’ve spent one day reading tutorials, etc … because on my Android device (a crappy one with Android version 4.0.4 on it) my app did not showed any text.
I’ve followed this tutorial -> http://coronalabs.com/blog/2013/01/16/faq-wednesday-custom-fonts/
And then tried this way too -> http://stackoverflow.com/questions/19681054/how-do-you-integrate-custom-fonts-in-an-app
So after spending a day, compiling, recompiling, trying different things, and all of them failing,I finally discarded custom fonts and tried ‘native.systemFont’ and to my surprise it didn’t work either.
Finally I build a one single line project taken from the Corona Guides:
local myTextObject = display.newText( “Hello World!”, 160, 240, “Arial”, 60)
But to my despair it didn’t worked too.
I forgot to say that:
Everything just worked fine in the Corona simulator and in my iOS devices.
I use CoronaSDK Version 2014.2393 (2014.8.5)
I use OS X Version 10.9.4
XCode Version 5.1.1 (5B1008)
I can not use png’s to substitute all my fonts, because I use textboxes and textfields to add Chat functionality to the app.
Any kind of support would be very much appreciated.
Best regards,
An exhausted Ignacio Ric