Skip to main content

DecreaseFontSizeCommand Class

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

See Also