Hello! I have in my root folder the following font “GoodDog Plain.ttf” (the name of the font when I open it is GoodDog Plain)
I added the following code to my app:
[lua]
local text = display.newText(“Hello!”, 0,0, “GoodDog Plain”, 20)
[/lua]
The font loads on the simulator (everything looks how it should) but the app it’s using the native font on the device. Please note this is for Android.
Thank you! [import]uid: 208318 topic_id: 37385 reply_id: 67385[/import]