The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE3:MultiFont (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
A font class that stores multiple font pages for different resolutions
Properties[edit]
Property group 'MultiFont'[edit]
ResolutionTestTable[edit]
Modifiers: editinline
Holds a list of resolutions that map to a given set of font pages
Native functions[edit]
GetResolutionTestTableIndex[edit]
Calulate the index into the ResolutionTestTable which is closest to the specified screen resolution.
Parameters:
- HeightTest - the height (in pixels) of the viewport being rendered to.
Returns:
- the index [into the ResolutionTestTable array] of the resolution which is closest to the specified resolution.