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