Rich Text Font size
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?
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?
This discussion has been closed.
Comments
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com