rott/kf_sources/XInterface/Classes/UT2DefaultFont.uc
2026-07-14 20:27:09 +07:00

20 lines
526 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 UT2DefaultFont extends GUIFont;
//#exec OBJ LOAD File=UT2003Fonts.utx
defaultproperties
{
KeyName="UT2DefaultFont"
FontArrayNames=("ROFonts.ROBtsrmVr9")//("UT2003Fonts.FontNeuzeit9")
bFixedSize=true
}