Page 1 of 1

New Fonts

PostPosted: Wed Oct 10, 12 2:46 am
by SimonDenton
It's tedious and we know it but I'm up for the challenge once my exams are over. The trouble is knowing how to position your text characters and what size your font image needs to be. There's a moddb tutorial on importing bitmaps (http://www.moddb.com/tutorials/importin ... uengine-1x) but I found it to be confusing.

PostPosted: Wed Oct 10, 12 5:47 am
by Kalman11
http://wiki.beyondunreal.com/Legacy:TrueTypeFontFactory
Simply use this if you have the fonts in TrueType
e.g.
Code: Select all
 #exec new TrueTypeFontFactory Name=Tahoma30 FontName="Tahoma" Height=30 AntiAlias=1 CharactersPerPage=32

http://www.oldunreal.com/wiki/index.php ... ont_Import