TRichViewEdit printed on/with FastReport

General TRichView support forum. Please post your questions here
Post Reply
WLemmermeyer
Posts: 11
Joined: Fri Jun 06, 2014 5:32 am
Location: Germany

TRichViewEdit printed on/with FastReport

Post 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
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: TRichViewEdit printed on/with FastReport

Post by Sergey Tkachenko »

I did not study these components, but I think it uses TRVReportHelper inside.
What if you assign its MetafileCompatibility property = True?
WLemmermeyer
Posts: 11
Joined: Fri Jun 06, 2014 5:32 am
Location: Germany

Re: TRichViewEdit printed on/with FastReport

Post by WLemmermeyer »

Thank you very much. Yes it uses TRVReportHelper and MetafileCompatibility seems to work :-)
Post Reply