Change font of part of memo fastreport

edited April 2013 in FastReport 4.0
I need to change part of font memo
it supports Fast Reports?

Comments

  • gpigpi
    edited 8:20AM
    You can do it with AllowHTMLTags option of TfrxMemoView
  • gpigpi
    edited 8:20AM
    See an User's manual:
    wrote:
    HTML-tags in the ???Text??? object
    Yes, this object does understand some simple HTML tags. Tags can be located
    inside the text of an object. Tags are disabled by default; to enable them, either select the
    ???Allow HTML tags??? item in the object context menu, or enable the ???AllowHTMLTags???
    property in the object inspector. Here is the list of supported tags:
    - bold text
    - text in italic
    - underlined text
    <sub> - subscript
    - superscript
    <font color> - font color
    Notice that not too many tags are supported, but it is rather enough for the
    majority of applications. It is impossible to modify font size and name; otherwise the
    text-rendering unit in FastReport would become very complex.
  • edited 8:20AM
    If you know at design-time how to modify the fonts inside the memo, you could look into the RichText Object as an alternative to the Text Object.

Leave a Comment