Page tree
Skip to end of metadata
Go to start of metadata

Sets the font size of the selected text.

In caret status, the font size of the text to be entered is designated.


Parameters:

NameTypeDescription
actionNameString'fontSize' font size API
fontSizeNumberfont size (pt)


Example:

editor.execCommand('fontSize', 12);
  • No labels