Page tree

Versions Compared

Key

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

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

...

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

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


Parameters:

NameTypeDescription
actionNameString액션 이름'decreaseFontSize' decrease font size by a level API


Example:

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

...