I am testing one of my apps on the new Nexus 7 and using display.newText w/ a custom font.
I am creating a newText, setting it to center reference point, and putting it in the middle of the screen and 100 pixels from the botton.
For some reason on the new Nexus 7 (but not on my android phones, iphone, or ipad) it will cut the text off and put some of it on the bottom line.
For example, if I am displaying “Shark”, with system native it will display as
Shark (centrered)
If I use custom font (only on the Nexus 7 I am seeing this, not sure about old one, this is the new one) and display “Shark” I will get;
Shar (centered)
k (centered, justified left side of the above text)
On my HTC Evo 4, iPhone 5, iPad 3 it shows up fine with the custom font.