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

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