The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:DrawOpText (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> DrawOpBase >> DrawOpText |
- Package:
- XInterface
- This class in other games:
- UT2004
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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)