text box change color of text #1245
Answered
by
pointlessone
PercyWoeds
asked this question in
General
-
Hello I need to change the color of text in a text box how can i do this ? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
pointlessone
Nov 23, 2020
Replies: 1 comment
-
You need to set appropriate fill for your text. fill_color 'ff0000'
text "Hello world!" You can also pass color along with the text. test "Hello world", color: "ff0000" I believe both of these and a few more covered in the manual. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pointlessone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to set appropriate fill for your text.
You can also pass color along with the text.
I believe both of these and a few more covered in the manual.