My program doesn't have bugs. It just develops random features.

UE3:MultiFont (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> Font >> MultiFont

Contents

Package: 
Engine
This class in other games:
UDK

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

A font class that stores multiple font pages for different resolutions

[edit] Properties

[edit] Property group 'MultiFont'

[edit] ResolutionTestTable

Type: array<float>

Modifiers: editinline

Holds a list of resolutions that map to a given set of font pages

[edit] Native functions

[edit] GetResolutionTestTableIndex

native function int GetResolutionTestTableIndex (float HeightTest) const

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.