Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

TppRichText generates PDF with different font.

edited May 2013 in General
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.

Comments

  • edited May 2013
    Hi Kedul,

    try / play with the following settings:

    Report.PDFSettings.EmbedFontOptions:=[efFontList];
    Report.PDFSettings.EmbedFontList.Text:='Century Gothic';

    Brgds, Yusuf


This discussion has been closed.