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