FontColor: PP.Color;
The FontColor property determines font color for selected text.
Use the setFontColor method to set the property value and the getFontColor method to get the property value. Property value cannot be set from JSON.
The setFontColor method has the following parameters: value - font color of selected text, updateControl - parameter indicating whether the component is updated (this is an optional parameter, by default it is set to true).
The property use is given in the page with description of the TextEditor.PropertyChanged event.
See also: