File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,11 +103,11 @@ Value `0` to `1`
103103#
104104## ** - Set Text: -**
105105#
106- ** ` /[source_name] [text content] [size(optional)] [font (optional)] ` **
106+ ** ` /[source_name]/setText [text content] [size(optional)] [font (optional)] ` **
107107- change text content, size, and font.
108108 - * Note:* Size and Font are optional
109- - * Example:* ` /text_1 "Hello World." ` will change the text contents of source "text 1" to "Hello World."
110- - * Example 2:* ` /text_1 "Hello World." 150 Arial ` will change the same as above and change the size to 150 pt and Font to 'Arial'
109+ - * Example:* ` /text_1/setText "Hello World." ` will change the text contents of source "text 1" to "Hello World."
110+ - * Example 2:* ` /text_1/setText "Hello World." 150 Arial ` will change the same as above and change the size to 150 pt and Font to 'Arial'
111111
112112#
113113## ** - Set Opacity: -**
You can’t perform that action at this time.
0 commit comments