Skip to main content

IncreaseFontSizeCommand Class

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

See Also