v0.18.0 — SubpixelLayout for LCD/ClearType Detection
Added
- SubpixelLayout on PlatformProvider (ADR-024) —
SubpixelLayout()method returns display subpixel arrangement (SubpixelNone,SubpixelRGB,SubpixelBGR,SubpixelVRGB,SubpixelVBGR). Enables auto-detection of LCD/ClearType font rendering in gg. Follows Qt6QPlatformScreenpattern — subpixel is a display/OS property, not GPU.NullPlatformProviderreturnsSubpixelNone.
Full Changelog: v0.17.0...v0.18.0