Hi all,
I found this today and wonder if anyone has same question.
Basically I set font size 30 for newTextField and newText, and the size it displayed totally look different.
here is my code:
==============================================
local _textBox_1 = native.newTextField( 400, 400, 400, 60)
_textBox_1.font = native.newFont(native.systemFont,30)
local _displayText = display.newText( “DISPLAY NEW TEXT”,400,300,native.systemFont,30)
==============================================
and here is the screenshot:
https://www.dropbox.com/sh/ctu4fp2k1j987wq/AAA7OTg6ErLJzKLoTZV7BAPHa#lh:null-screenshot.png
I was expecting the font size to be the same either its display or input. Is that by design suppose to look different even when they have same font size?