-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Unity 4.x Game Development by Example: Beginner's Guide
By :

The Impact font, or any other font you choose, won't be very impactful at its default size. Let's change the import settings to biggify it.
Click on your imported font—the one with the letter A icon—in the Project panel.
In the Inspector panel, you'll see the True Type Font Importer. Change the Font Size to something respectable, like 32, and press the Enter key on your keyboard.
Click on the Apply button. Magically, your GUIText cranks up to 32 points (you'll only see this happen if you still have a piece of text like "whatever"
entered into the Text parameter of the GUIText of the Clock GameObject component).
Of course, there's nothing magical about it. Here's what happened when you clicked on that Apply button.
When you import a font into Unity, an entire set of raster images is created for you by the True Type Font Importer. Raster images are the ones that look all pixelly and square when you zoom...
Change the font size
Change margin width
Change background colour