Gah - a solution with more questions. – EntropicLqd

UE2:Font (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search


[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.