I am trying to use CuteEditor to edit RTF documents destined for ActiveReports 3 RichTextBoxes. I am using RTF because the DataDynamics RichTextBox in ActiveReports doesn't really render very many HTML tags and definitely not the style tags exported by CuteEditor.
The problem I face when editing the RTF docs is that everything is really small text. I notice that CuteEditor translates Arial fs20 (Arial 10pt) as style='font-size:10px....' instead of 'font-size:10pt'. Is there anyway I can customize how CuteEditor translates the RTF to HTML and back to RTF when I save it?
Thanks very much.
Frank