Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jshea2 committed Apr 20, 2021
1 parent 3df75ad commit 80b3297
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -103,11 +103,11 @@ Value `0` to `1`
#
## **- Set Text: -**
#
**`/[source_name] [text content] [size(optional)] [font (optional)]`**
**`/[source_name]/setText [text content] [size(optional)] [font (optional)]`**
- change text content, size, and font.
- *Note:* Size and Font are optional
- *Example:* `/text_1 "Hello World."` will change the text contents of source "text 1" to "Hello World."
- *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'
- *Example:* `/text_1/setText "Hello World."` will change the text contents of source "text 1" to "Hello World."
- *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'

#
## **- Set Opacity: -**
Expand Down

0 comments on commit 80b3297

Please sign in to comment.