RTF is more supported in UI components – but the full RTF spec isn’t supported in text entities from what I’ve experience – bold/underline/italic/font/bullet points all work. I don’t believe any of the alignment or paragraph controls, or table formatting works, but tab does…
For codes:
\b Bold
\i Italic
\strike Strike
\tab Tab
\ul Underline text
\f0 font references
{ } for groups
You can play around with the spec to see if any of the other spacing/table codes work but I haven’t had luck using them…
And apologies for the partial reply, pressed enter too quickly…
Apologies, accidentally posted too early. Have updated the reply.
I would add that DimStyles can add more control for things like text alignment and text box size. For new lines you can use \n (environment newline) but not sure how well that will work when mixing with RTF codes (you’ll need to escape the RTF codes?). We tend to use work with insert planes if its something more complicated.