Hi all,
I'm using a ttf font (Open Sans) to put the text onto a button, as in the image below.
The bottom image shows the button when the window is made smaller. As you can see, the font has lost some of its 'crispness' and shape as it is resized. It also looks like this on iOS.
Looking at the docs, it seems that an image is created internally when the ttf is loaded - presumably in the form of a sprite sheet, from which letters are copied to produce the piece of text. Is there any way to control the size of this sprite sheet, so that the font does not need scaling so much when the app is resized?
Thanks for any advice,
James