-
I am trying to colour the text in a text area more dynmically than just the whole text area, and it seems like theres no way to do that under Linux, as the GTK backend doesnt support RTF, and none of the other backends work on linux, is there no way to do this? |
Beta Was this translation helpful? Give feedback.
Answered by
cwensley
Apr 4, 2022
Replies: 1 comment 1 reply
-
While GTK doesn't support RTF, you should still be able to use RichTextArea to add colour, font, and size to various spans in the control. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Beyley
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While GTK doesn't support RTF, you should still be able to use RichTextArea to add colour, font, and size to various spans in the control.