Skip to main content

OpenFontFormattingDialogCommand Class

A command to invoke the Font dialog allowing end-users to change the font, size and style of the selected text.

#Declaration

TypeScript
declare class OpenFontFormattingDialogCommand extends CommandWithSimpleStateBase

#Remarks

An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.openFontFormattingDialog property.

#Inheritance

CommandBase
CommandWithSimpleStateBase
OpenFontFormattingDialogCommand
See Also