TrvActionFontEx.CharSpacing

<< Click to display table of contents >>

TrvActionFontEx.CharSpacing

Specifies the character spacing for applying to the selected text.

property CharSpacing: TRVStyleLength;

If UserInterface=False and rvfimCharSpacing in ValidProperties, the action applies this property to the selected text.

If UserInterface=True, the action displays a font dialog (initialized with font properties of the selected text); if the user changed value of this property in the dialog, rvfimCharSpacing is included in ValidProperties, and the action applies this property to the selected text.

This property is applied to the text style's (RVStyle.TextStyles[]) property of the same name.

This value is measured in the same units (pixels or twips) as properties of the target editor (i.e. in RVStyle.Units).