FontSelectionStyle Type

Controls the style of selected text in supported traces

Constructors

Constructor Description

FontSelectionStyle()

Full Usage: FontSelectionStyle()

Returns: FontSelectionStyle
Returns: FontSelectionStyle

Static members

Static member Description

FontSelectionStyle.init ?Color

Full Usage: FontSelectionStyle.init ?Color

Parameters:
    ?Color : Color - Sets the color of the selected/unselected text

Returns: FontSelectionStyle

Returns a new FontSelectionStyle object with the given styles

?Color : Color

Sets the color of the selected/unselected text

Returns: FontSelectionStyle

FontSelectionStyle.style ?Color

Full Usage: FontSelectionStyle.style ?Color

Parameters:
    ?Color : Color - Sets the color of the selected/unselected text

Returns: FontSelectionStyle -> FontSelectionStyle

Returns a function that applies the given styles to a FontSelectionStyle object

?Color : Color

Sets the color of the selected/unselected text

Returns: FontSelectionStyle -> FontSelectionStyle