Sets the font's size, in points, of the selected text.
<void> Selection.setFontSize(<number> fontSize, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| font |
The font's size, in points, of the selected text. |
| callback | Optional. Is called when the operation completed. |
| error |
Optional. Is called when the operation failed with an error. |