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