- Home /
iOS Font Size much smaller on iPad 4
Just released my game yesterday and this has come up as an issue. The fonts display properly on my devices, but don't appear to display properly on newer devices (such as the iPad 4).
This is on my test device, an iPad 1: http://i.imgur.com/uicCE0E.png
This is on the iPad 4. It's so small that it's illegible: http://i.imgur.com/Eiw76p9.jpg
Answer by will@tactsky · Jul 23, 2013 at 07:37 AM
Font size is measured in pixels, so your fonts will be relatively smaller on iPad4(since it is retina and ppi doubled).
You may check the device generation using if(iPhone.generation == iPhoneGeneration.iPad4Gen), and scale the font size accordingly.
The other way is simply make the font size relative to screen size (maybe *Screen.width) like you do with the images.
Your answer
Follow this Question
Related Questions
Font size different on iPhone? 2 Answers
iOS GUIText size issue 1 Answer
Why is my iOS app so much bigger than what is shown in the editor log? 1 Answer
Change the size of a custom font in a Canvas text 1 Answer
My iPA is much larger than my apk 0 Answers