Skip to content

v0.18.0 — SubpixelLayout for LCD/ClearType Detection

Choose a tag to compare

@kolkov kolkov released this 09 May 13:11
618d898

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 Qt6 QPlatformScreen pattern — subpixel is a display/OS property, not GPU. NullPlatformProvider returns SubpixelNone.

Full Changelog: v0.17.0...v0.18.0