UE2:Font (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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.

Other Fonts

Other packages contains the glyphs for Asian language. These packages are :

  • UT2003Fonts_kot.utx
  • UT2003Fonts_smt.utx
  • UT2003Fonts_tmt.utx

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.