fontHintingStyle property
getter/setter pair
Sets the font hinting style. Hinting adjusts font outlines to improve rendering at small sizes.
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-hinting-style):
- This is a WPE Platform display-level setting for font rendering.
Implementation
FontHintingStyle? fontHintingStyle;