|
Top Previous Next |
|
TrvActionFontShrink is the action for "Shrink Font" command. Unit RichViewActions; Syntax TrvActionFontShrink = class(TrvActionFontShrinkGrow) Hierarchy TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction Description The action decreases font size of the selected text by Percent (until it reaches MinSize). See the list of font size changing actions in the topic about TrvActionFontShrinkGrow. |