Wingdings font + RVReportHelper + TMetafile

General TRichView support forum. Please post your questions here
Post Reply
DmitriPopov
Posts: 29
Joined: Tue Dec 15, 2009 10:01 am

Wingdings font + RVReportHelper + TMetafile

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

Post by Sergey Tkachenko »

Did you assign
RVReportHelper.MetafileCompatibility := True
?
DmitriPopov
Posts: 29
Joined: Tue Dec 15, 2009 10:01 am

Post by DmitriPopov »

It worked, thank you!
Post Reply