Hello,
I have an issue with UIInput giving me some strange behavior. I am building for iPad, both Retina and Standard and I have a log in page that takes a username and password. I have a UIInput on a UILabel for both username and password and I clamp the content of the username to the width of 190.
Everything works fine on the SD version. However, when I switch to Retina, and switch to the HD font that is twice the size with the atlas pixel size set to 0.5 the label clamps at about half way through. So it is like the width is not taking in to account that the pixel size of the font is at 0.5. Is there a way I can fix this?
Thanks,
Justin