Always snap to grid
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
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)