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

Rich Text Full Justify and Double Space

edited March 2015 in General
Is there a way to have the text in a rich text component full justified
and double spaced?

Delphi 2010, 11.08 enterprise

and/or

Delphi xe7 16.01 enterprise

Comments

  • edited April 2015
    Hi Jeff,

    I was able to accomplish this using the following two steps:

    - use WordPad to create double-spaced, full justified text

    - copy/paste to the RB RTF Editor. (or use save to file/load from file).

    The RB RTF Editor currently supports full justified text via the format
    toolbar. The TppRichText.Paragraph.TextAlignment property is used to control
    this via code. However, there is currently no way to specify line spacing.

    I will add this to the requested feature list.

    For the above test I used RB 16.01, XE7



    Best regards,

    -
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.