Class DecreaseFontSizeCmd
The command to decrease the font size by a specified value for the current cursor position or selected text.
Package: @aurigma/design-atoms-text
Constructors
(constructor)(_textManager, _initData)
Constructs a new instance of the DecreaseFontSizeCmd
class
Declaration
constructor(_textManager: ITextManager, _initData: DecreaseFontSizeCmdData);
Parameters
Type | Name | Description |
---|---|---|
ITextManager | _textManager | |
DecreaseFontSizeCmdData | _initData |
Methods
execute()
Declaration
execute(): boolean;
Returns
Type | Description |
---|---|
boolean |