Skip to content

TextTool

The TextTool behavior is present on 3DText objects i.e those created with the text tool.

Functions

Function Name Return Description
getFontColor()
getFontColor()
Returns Table of font Color.
getFontSize()
getFontSize()
Returns Int of the font size.
getValue()
getValue()
Returns the current text. Behaves the same as Object's getValue().
setFontColor(
setFontColor(...)
font_color)
Sets font Color.
setFontSize(
setFontSize(...)
font_size)
Sets font size.
setValue(
setValue(...)
text)
Sets the current text. Behaves the same as Object's setValue(...).