17 lines
522 B
Ucode
17 lines
522 B
Ucode
// ====================================================================
|
|
// Class: A font..
|
|
//
|
|
// One of the system fonts used by the menus
|
|
//
|
|
// Written by Joe Wilcox
|
|
// (c) 2002, Epic Games, Inc. All Rights Reserved
|
|
// ====================================================================
|
|
|
|
class UT2MenuFont extends GUIFont;
|
|
|
|
defaultproperties
|
|
{
|
|
KeyName="UT2MenuFont"
|
|
FontArrayNames=("UT2003Fonts.FontNeuzeit9","UT2003Fonts.FontNeuzeit11","UT2003Fonts.FontNeuzeit11","UT2003Fonts.FontNeuzeit14")
|
|
}
|