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
TRichViewEdit printed on/with FastReport
-
- Posts: 11
- Joined: Fri Jun 06, 2014 5:32 am
- Location: Germany
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: TRichViewEdit printed on/with FastReport
I did not study these components, but I think it uses TRVReportHelper inside.
What if you assign its MetafileCompatibility property = True?
What if you assign its MetafileCompatibility property = True?
-
- Posts: 11
- Joined: Fri Jun 06, 2014 5:32 am
- Location: Germany
Re: TRichViewEdit printed on/with FastReport
Thank you very much. Yes it uses TRVReportHelper and MetafileCompatibility seems to work