Always snap to grid

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

FontName

Type: string

Font to use

Default value: "XInterface.UT2DefaultFont"

Justification

Type: byte

How to justify multiline text

MaxLines

Type: int

In case a multiline is too tall.

Default value: 99

Text

Type: string


WrapMode

Type: byte

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

Instance functions

Draw

function Draw (Canvas Canvas)

Overrides: DrawOpBase.Draw


DrawMultiLine

function DrawMultiLine (Canvas Canvas)