Page 1 of 1

TRichViewEdit printed on/with FastReport

Posted: Wed Nov 20, 2019 10:51 am
by WLemmermeyer
Hi,
we use TRichViewEdit 17.6.2 with Delphi XE4.
We want to print a rtf-text with this component https://github.com/chaosben/theunknowno ... ewView.pas with FastReport.

We found out, that some fonts arn't visible either in the fastreport preview nor in print /export. Until now we hide them from the user - but now we found out, that the bullet-list doesn't work - because the symbols are from Symbols font. So the bullets are not visible in preview. If I change the ActionParaBullet.ListLevels in Font from Symbol_Charset to Ansi_charset and font to arial, the Symbol in "FormatString" ist shown in preview.

The RichViewView component ist painting the RichViewEdit to the FR-Canvas. Does anybody knows, why there some Fonts can't be painted?

Best regards
Wolfgang

Re: TRichViewEdit printed on/with FastReport

Posted: Wed Nov 20, 2019 7:47 pm
by Sergey Tkachenko
I did not study these components, but I think it uses TRVReportHelper inside.
What if you assign its MetafileCompatibility property = True?

Re: TRichViewEdit printed on/with FastReport

Posted: Thu Nov 21, 2019 11:21 am
by WLemmermeyer
Thank you very much. Yes it uses TRVReportHelper and MetafileCompatibility seems to work :-)