TRichViewEdit printed on/with FastReport
Posted: Wed Nov 20, 2019 10:51 am
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
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