You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Albreax, this is not supported and impossible to support generally, because StyledTextArea<S> is generic and does not know anything about your style type S. This means you can implement pasting RTF into your concrete instance of StyledTextArea, but it's not possible to support generally (e.g. it does not make sense for a code editor to insert RTF). That said, it would be a nice contribution to extend the RichTextDemo to support RTF ;)
Hi Tomas, is there a possibility to insert rtf text with styles?
Thanks
Albreax
The text was updated successfully, but these errors were encountered: