I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:Font (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
| This article is a stub. You can help Unreal Wiki by expanding it. |
[edit] Basic Fonts
Unreal Tournament 2003 and 2004's fonts are located in the package UT2003Fonts.utx for western languages.
This package contains some differents groups with different size.
[edit] Other Fonts
Other packages contains the glyphs for Asian language. These packages are :
- UT2003Fonts_kot.utx
- UT2003Fonts_smt.utx
- UT2003Fonts_tmt.utx
[edit] Creation
Creating and importing new fonts is tricky because Fonts are not just stored as bitmap images of a set of glyphs. You will need to mess with the GUI controller to make it understand each character's position on the bitmap before your font can be used.
