ChangeFontSizeCommand.execute(fontSize) Method
In This Article
Executes the ChangeFontSizeCommand command with the specified parameter.
#Declaration
TypeScript
execute(
fontSize: number
): boolean
#Parameters
Name | Type | Description |
---|---|---|
font |
number | The font size in points. |
#Returns
Type | Description |
---|---|
boolean |
|
#Remarks
Usage example:
richEdit.commands.changeFontSize.execute(20);
See Also