Page 1 of 1

Wingdings font + RVReportHelper + TMetafile

Posted: Wed Dec 14, 2016 4:55 pm
by DmitriPopov
Hello!

TRichView 16.9 + Delphi XE2.

I need to draw pages from TRVReportHelper to TMetafileCanvas. All text goes OK, except text with "Wingdings" font - blank space appears instead of it. When drawing to all other Canvases, for example to TBitmap.Canvas, Wingdings appears normally.

Posted: Thu Dec 15, 2016 12:27 pm
by Sergey Tkachenko
Did you assign
RVReportHelper.MetafileCompatibility := True
?

Posted: Thu Dec 15, 2016 12:31 pm
by DmitriPopov
It worked, thank you!