Changing the size of a GUI Text?

How do you change the size of a GUI Text (using an imported true type font)? I tried changing it’s scale in the inspector, and it’s localScale programmatically, but neither worked.

You can change the imported size of the font itself by right clicking it and going to “Import properties”.

I found that I was able to change GUI_Text’s size by changing it’s scale in the inspector so I’m not sure why that isn’t working for you programmatically…

You need to make sure that the “Pixel Correct” box is unchecked in the inspector, otherwise the text will be displayed 1:1 all the time.