for a native.newTextField I set the size to 12 and then after using the resizeFontToFitHeight, the new adjusted text size causes the text to slightly overspan the textField width by 1 character. HOWEVER, if I previously set the native.newTextField to 14 and then I use resizeFontToFitHeight, then the text fits nicely within the textField’s width. How come when originally at a larger textsize, that it gets to be adjusted better and fits nicely within the textField’s width?
Is there any way to have the text adjust itself in a manner so that it doesn’t expand the textField’s width?