fontSubpixelLayout property
getter/setter pair
Sets the font subpixel layout for LCD rendering. This determines how subpixel rendering is performed based on the physical arrangement of the display's RGB subpixels.
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-subpixel-layout):
- This is a WPE Platform display-level setting for font rendering.
Implementation
FontSubpixelLayout? fontSubpixelLayout;