Class IncreaseFontSizeCmd
The command to increase 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 IncreaseFontSizeCmd
class
Declaration
constructor(_textManager: ITextManager, _initData: IncreaseFontSizeCmdData);
Parameters
Type | Name | Description |
---|---|---|
ITextManager | _textManager | |
IncreaseFontSizeCmdData | _initData |
Methods
execute()
Declaration
execute(): boolean;
Returns
Type | Description |
---|---|
boolean |