⇐ Index
SetObjTextFontSize(<-Unit “ObjName” <-fontSize)
Sets the font size of an object's text. Objects are the sub-parts that make up a unit. If the text has not yet been created by a call to SetObjText, this call will create it with default text. The default font size is 20.
SetObjTextFontSize(self "text" 36)
⇐ Index