IncreaseFontSizeCommand Class
In This Article
A command to increase the font size of characters in a selected range to the closest larger predefined value.
#Declaration
TypeScript
declare class IncreaseFontSizeCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.increaseFontSize property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
IncreaseFontSizeCommand
See Also