fontDPI property
getter/setter pair
Sets the font DPI (dots per inch) for text rendering. This affects the size at which fonts are rendered.
This is a WPE Platform setting that affects the entire display.
The default value is null (uses system default, typically 96.0).
Officially Supported Platforms/Implementations:
- Linux WPE WebKit (Official API - WPESettings.font-dpi):
- This is a WPE Platform display-level setting. Default is typically 96.0 DPI.
Implementation
double? fontDPI;