Cogito, ergo sum
Difference between revisions of "UE3:MultiFont (UDK)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Talk) |
m (1 revision: class descriptions for UDK January update (part 3)) |
(No difference)
|
Latest revision as of 05:42, 17 January 2010
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.