Sets the font's size, in points, of the selected text.

<void> Selection.setFontSize(<number> fontSize, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
fontSize The font's size, in points, of the selected text.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.