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

UE2:DrawOpText (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> DrawOpBase >> DrawOpText

Contents

Package: 
XInterface
This class in other games:
UT2003

null

[edit] Properties

[edit] bWrapText

Type: bool

set to true to wrap text on "|"

Default value: True

[edit] FontName

Type: string

Font to use

Default value: "XInterface.UT2DefaultFont"

[edit] MaxLines

Type: int

In case a multiline is too tall.

Default value: 99

[edit] Text

Type: string

Modifiers: localized


[edit] VertAlign

Type: byte


[edit] Instance functions

[edit] Draw

function Draw (Canvas Canvas)

Overrides: DrawOpBase.Draw