Text sizing protocol: Fix alignment/cropping issues when rendering text with a fractional scale

Also add some clarifications to the docs for exactly how alignment
operates with fractional scaling.

Fixes #9471
Fixes #9537
This commit is contained in:
Kovid Goyal
2026-02-24 08:45:21 +05:30
parent 2eb79c0a3a
commit c03e280128
3 changed files with 51 additions and 20 deletions

View File

@@ -243,6 +243,9 @@ Detailed list of changes
- Wayland: Add support for :code:`titlebar-only` in :opt:`hide_window_decorations`
to hide the titlebar while keeping shadows for window resizing. (:pull:`9486`)
- Text sizing protocol: Fix alignment/cropping issues when rendering text with
a fractional scale (:iss:`9471`)
0.45.0 [2025-12-24]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~