I love the smell of UnrealEd crashing in the morning. – tarquin

Legacy:FontInfo

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Actor >> Info (UT) >> FontInfo

Loads and stores the fonts used by the ChallengeHUD classes.

Properties[edit]

float SavedWidth[7] 
Font SavedFont[7] 

Methods[edit]

Non-Static[edit]

Font GetHugeFont (float Width)
Font GetBigFont (float Width)
Font GetMediumFont (float Width)
Font GetSmallFont (float Width)
Font GetSmallestFont (float Width)
Font GetAReallySmallFont (float Width)
Font GetACompletelyUnreadableFont (float Width) 
Returns a font based on the width of the screen. This font is saved in the SavedFont variable for each font size.

Static[edit]

Font GetStaticHugeFont (float Width)
Font GetStaticBigFont (float Width)
Font GetStaticMediumFont (float Width)
Font GetStaticSmallFont (float Width)
Font GetStaticSmallestFont (float Width)
Font GetStaticAReallySmallFont (float Width)
Font GetStaticACompletelyUnreadableFont (float Width) 
Loads and returns a font based on the width of the screen.