Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:GUIFont (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIFont

Contents

Package: 
GUI
Direct subclasses:
FntDefaultFont, FntHeaderFont, FntLargeFont, FntMenuFont, FntMidGameFont, FntSmallFont, FntSmallHeaderFont
This class in other games:
UT2003, UT2004

Class: GUI.GUIFont

GUIFont is used to give a single pipeline for handling fonts at multiple resolutions while at the same time supporting resolution independant fonts (for browsers, etc).

Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved

Properties

Property group 'Menu'

bFixedSize

Type: bool

If true, only FontArray[0] is used

FontArrayFonts

Type: array<Font>

Holds all of the fonts

FontArrayNames

Type: array<string>

Modifiers: localized

Holds all of the names of the fonts

KeyName

Type: string


Functions

Static functions

LoadFontStatic

static function Font LoadFontStatic (int i)


Native functions

GetFont

native event Font GetFont (int XRes)


Other instance functions

LoadFont

function Font LoadFont (int i)