Skip to content

text box change color of text #1245

Discussion options

You must be logged in to vote

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pointlessone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1185 on February 09, 2022 17:41.