Always snap to grid

UE2:DrawOpText (UT2004)

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

null

Properties

bWrapText

Type: bool

set to true to wrap text on "|"

Default value: True

FontName

Type: string

Font to use

Default value: "XInterface.UT2DefaultFont"

MaxLines

Type: int

In case a multiline is too tall.

Default value: 99

Text

Type: string

Modifiers: localized


VertAlign

Type: byte


Instance functions

Draw

function Draw (Canvas Canvas)

Overrides: DrawOpBase.Draw