Applies to
TPlusToRTF component
Declaration
property RTFLeading: Single;
Description
This property controls the line spacing used for generated rtf code. If set to a positive value, it will be taken as the leading in inches. If set to a negative value, it will be taken as the interline spacing.
For example, with RtfLeading set to 0.25, there will be four lines to the inch. With RtfLeading set to -1.5, one will get one and a half line spacing (the actual line spacing will depend on the font height in an rtf document. Leave it to zero or -1 (the default value) to get single interline.