ChangeFontFormattingCommand Class
In This Article
A command to change the font formatting of characters in a selected range.
#Declaration
TypeScript
declare class ChangeFontFormattingCommand extends CommandBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.changeFontFormatting property.
#Inheritance
CommandBase
ChangeFontFormattingCommand
See Also