User Tools

Site Tools


crpl:docs:settextsize

This is an old revision of the document!


~~DISCUSSION~~ <- 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.1382996982.txt.gz · Last modified: 2014/10/01 15:02 (external edit)