home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Level Design
/
GLDesign.bin
/
Software
/
UnrealEngine2Runtime
/
UE2Runtime-22262001_Demo.exe
/
GUI
/
Classes
/
fntMenuFont.uc
< prev
next >
Wrap
Text File
|
2003-09-03
|
411b
|
12 lines
// ====================================================================
// (c) 2002, Epic Games, Inc. All Rights Reserved
// ====================================================================
class fntMenuFont extends GUIFont;
defaultproperties
{
KeyName="MenuFont"
FontArrayNames=("EM_Fonts_T.FontNeuzeit9","EM_Fonts_T.FontNeuzeit11","EM_Fonts_T.FontNeuzeit11","EM_Fonts_T.FontNeuzeit14")
}