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