fontAntialias property
getter/setter pair
Sets whether font antialiasing is enabled. When enabled, fonts are rendered with antialiasing for smoother edges.
This is a WPE Platform setting that affects the entire display.
The default value is null (follows system default).
Officially Supported Platforms/Implementations:
- Linux WPE WebKit (Official API - WPESettings.font-antialias):
- This is a WPE Platform display-level setting for font rendering.
Implementation
bool? fontAntialias;