<- [[crpl:crplreference|CRPL reference]] <- [[crpl:crplreference#text_commands|Text Commands]] ===== SetTextSize ===== ^Arguments^Result^Notation^ |Size| |''n1 --''| === Description === Sets the scale of the text for [[crpl:docs: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)