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

UE2:DrawOpText (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> DrawOpBase >> DrawOpText
Package: 
XInterface
This class in other games:
UT2004

null

Properties[edit]

FontName[edit]

Type: string

Font to use

Default value: "XInterface.UT2DefaultFont"

Justification[edit]

Type: byte

How to justify multiline text

MaxLines[edit]

Type: int

In case a multiline is too tall.

Default value: 99

Text[edit]

Type: string


WrapMode[edit]

Type: byte

Mode: 0 = Normal, 1=Clipped, 2=Justified, 3=Multiline

Instance functions[edit]

Draw[edit]

function Draw (Canvas Canvas)

Overrides: DrawOpBase.Draw


DrawMultiLine[edit]

function DrawMultiLine (Canvas Canvas)