Hi,
I was trying to use display.newText() to display text with a custom font and in the simulator it was all right but when I intalled my app on an iPad it displayed only the higher half of the word. So I tried to install it even on a tablet with Android and it worked all fine. After that I tried to change font using another font and it worked fine even on the iPad! So I would ask you, what I should do? Is there any “trick” to bipass this issue?
This is the code that calls the display.newText() :
local text = display.newText("Hello", 70, 330, "myfont", 32)
Thank you,
Andrea [import]uid: 63063 topic_id: 35752 reply_id: 335752[/import]