I have a rtf format string like this:
{\rtf1\ansi\uc0\deff0{\fonttbl{\f0\fnil Arial;}}
{\colortbl\red0\green0\blue0;\red255\green255\blue255;\red255\green0\blue0;
\red0\green0\blue255;}
{\f0\fs18 \fi0\ql t{\cf2\highlight3 ex}t in a styledtext
}}
How can I show the content with format? Can I use the StyledText?
Thank you