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