Core.Object | +--GUI.GUI | +--GUI.GUIFont | +--GUI.GUISmallFont
00001 // ==================================================================== 00002 // (c) 2002, Epic Games, Inc. All Rights Reserved 00003 // ==================================================================== 00004 00005 class GUISmallFont extends GUIFont; 00006 00007 00008 00009 defaultproperties 00010 { 00011 KeyName="GUISmallFont" 00012 bFixedSize=True 00013 FontArrayNames(0)="XIIIFonts.Policef16" 00014 }