The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

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

float SavedWidth[7] 
Font SavedFont[7] 

Methods

Non-Static

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

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.