if i'm formatting a rtf-text bold it's printed in the color blue. I've used the TQRRichView (rvqrCtrls) component to print it in a quickreport. If i'm formatting a rtf-text italic it's printed red.
Thats realy confusing...
What's the value of RichView.RTFReadProperties.TextStyleMode? (for RichView where you load this document to)?
It looks like it = rvrsUseClosest (mapping RTF formatting to the most similar of existing styles).
I've also had the problem of italic printing red and came across this post. I wasn't sure how to fix it however so I thought I might post what worked for me here.
Your reply simply stated what the most likely situation was (RichView.RTFReadProperties.TextStyleMode = rvrsUseClosest).
I checked this and found it was true - the solution for me to fix the issue was to set this to "rvrsAddIfNeeded".