fontAntialiasing([mode])

Class: SwingUI.

Description:

Gets or sets text rendering mode used in UI components.

Parameters:

Name Type Description

[mode]

string

Specifies font antialiasing mode to use (on|lcd|gasp|off) (NOT IMPLEMENTED YET).

Returns:

Returns font antialiasing mode: on, lcd, gasp, off, or null object if font antialiasing could not be detected.

Type: string | null