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 2:06AM
    You can do it with AllowHTMLTags option of TfrxMemoView
  • gpigpi
    edited 2:06AM
    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 2:06AM
    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

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.