User Tools

Site Tools


crpl:docs:settextsize

<- CRPL reference <- Text Commands

SetTextSize

ArgumentsResultNotation
Size n1 –

Description

Sets the scale of the text for SetText to be displayed. The default is 1.0. Double-size is 2.0, and half-size is 0.5. The size of the text will also scale with the map zoom.

Examples

# Set text at about 150% of default
"Hello Creeper World" SetText
1.5 SetTextSize

# Warp notation
SetText("Hello Creeper World")
SetTextSize(1.5)
crpl/docs/settextsize.txt · Last modified: 2015/03/19 04:00 by warren