Sets the font's size, in points, at the current input position.

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

Parameters

Parameter Description
fontSize The font size in points.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.