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

Rich Text Font size

edited November 2006 in General
I have Delphi 5 and ReportBuilder 5.55.
I read from a DataBase (Interbase) a field into DBRichText. I edit the
content of the memofield, with Word, The format is ok, (Tabs, Paragraph,
etc) but the font size changes are not shown in the report.

Is any place where a can modify the size of fonts for RichText?

Comments

  • edited November 2006
    Hi Alberto,

    In order to edit the font of the actual rich text, you will need to use the
    SelAttributes property of the TppRichText component. This gives you access
    to the Delphi TTextAttributes object which allows you to alter the font of
    the richtext text.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.