Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

셀렉션된 텍스트의 크기를 한단계 증가시킵니다.

...

Incrase the font size of the selected text by a level.

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


Parameters:

NameTypeDescription
actionNameString액션 이름'increaseFontSize' increase font size by a level API


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('increaseFontSize');

...