home *** CD-ROM | disk | FTP | other *** search
/ Game Level Design / GLDesign.bin / Software / UnrealEngine2Runtime / UE2Runtime-22262001_Demo.exe / GUI / Classes / fntSmallHeaderFont.uc < prev    next >
Text File  |  2003-09-03  |  227b  |  7 lines

  1. class fntSmallHeaderFont extends GUIFont;
  2.  
  3. defaultproperties
  4. {
  5.     KeyName="SmallHeaderFont"
  6.     FontArrayNames=("EM_Fonts_T.FontNeuzeit8","EM_Fonts_T.FontEurostile9","EM_Fonts_T.FontEurostile12","EM_Fonts_T.FontEurostile14")
  7. }