...
캐럿 상태인 경우 입력될 텍스트의 크기를 한단계 증가시킵니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 액션 이름 |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('increaseFontSize'); |
...
...
캐럿 상태인 경우 입력될 텍스트의 크기를 한단계 증가시킵니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 액션 이름 |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('increaseFontSize'); |
...