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

  1. // ====================================================================
  2. //  (c) 2002, Epic Games, Inc.  All Rights Reserved
  3. // ====================================================================
  4.  
  5. class fntLargeFont extends GUIFont;
  6.  
  7.  
  8. defaultproperties
  9. {
  10.     KeyName="LargeFont"
  11.     FontArrayNames=("EM_Fonts_T.FontEurostile24","EM_Fonts_T.FontEurostile29","EM_Fonts_T.FontEurostile37")
  12. }
  13.