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

  1. // ====================================================================
  2. //  (c) 2002, Epic Games, Inc.  All Rights Reserved
  3. // ====================================================================
  4.  
  5. class fntSmallFont extends GUIFont;
  6.  
  7. defaultproperties
  8. {
  9.     KeyName="SmallFont"
  10.     FontArrayNames=("EM_Fonts_T.FontNeuzeit9","EM_Fonts_T.FontNeuzeit11","EM_Fonts_T.FontNeuzeit11","EM_Fonts_T.FontNeuzeit14")
  11. }
  12.