TppRichText generates PDF with different font.
Hi,
I am using Report Builder Standard V 14.08 on Delphi 7.
My reports contains a TppRichText componenent, which loads its RTF from the
database at runtime. The RTF contains text that are set to a Century Gothic
font,
When this report is rendered to a PDF file, the tex seems to change to
Arial. That is anyways what it shows if I copy the text and paset to
wordpad.
How can I get it to use the font in the RTF?
Best regards
Louis
Woodmead, Sandton, Johannesburg, South Africa.
I am using Report Builder Standard V 14.08 on Delphi 7.
My reports contains a TppRichText componenent, which loads its RTF from the
database at runtime. The RTF contains text that are set to a Century Gothic
font,
When this report is rendered to a PDF file, the tex seems to change to
Arial. That is anyways what it shows if I copy the text and paset to
wordpad.
How can I get it to use the font in the RTF?
Best regards
Louis
Woodmead, Sandton, Johannesburg, South Africa.
This discussion has been closed.
Comments
try / play with the following settings:
Report.PDFSettings.EmbedFontOptions:=[efFontList];
Report.PDFSettings.EmbedFontList.Text:='Century Gothic';
Brgds, Yusuf