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

  1. // ====================================================================
  2. //  (c) 2002, Epic Games, Inc.  All Rights Reserved
  3. // ====================================================================
  4.  
  5. class fntHeaderFont extends GUIFont;
  6.  
  7.  
  8. defaultproperties
  9. {
  10.     KeyName="HeaderFont"
  11.     FontArrayNames=("EM_Fonts_T.FontEurostile14","EM_Fonts_T.FontEurostile17","EM_Fonts_T.FontEurostile21")
  12. }
  13.