20 lines
522 B
Ucode
20 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 fntUT2k4Default extends GUIFont;
|
|
|
|
//#exec OBJ LOAD File=UT2003Fonts.utx
|
|
|
|
defaultproperties
|
|
{
|
|
KeyName="UT2DefaultFont"
|
|
FontArrayNames=("ROFonts.ROBtsrmVr10")//("2K4Fonts.Verdana10")
|
|
bFixedSize=true
|
|
}
|