Game Development Community

Fonts

by J Sears · in Torque Game Builder · 05/07/2007 (6:48 pm) · 2 replies

Does anyone know where to get .utf fonts on the web? I searched for a long time today and could not really find anything, but I know there must be because I've seen some people with screenshots of their games using all kinds of different fonts.

#1
05/07/2007 (7:03 pm)
UTFs are generated by Torque. Just install the normal version of the font, play your game, and it should create a UTF in your common/data/fonts folder. This UTF may be missing some letters, so you should use a populateFonts type function before packaging.
#2
05/08/2007 (10:38 am)
Ahhh ok thank you for fixing my knowledge on that I will try that out.