Index

SetObjTextFontSize

SetObjTextFontSize(<-Unit “ObjName” <-fontSize)

Description

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.

Examples

SetObjTextFontSize(self "text" 36)

Index