Browse Source
The renderer was using the wrong bounds for text where `TextAlignment != Left` as seen in #1625. To fix this, change `FormattedTextImpl.Size` to `Bounds`, which returns a rect that takes into account the text alignment and similarly change `FormattedText.Measure` to return a `Rect` instead of a `Size. Fixes #1625.pull/2344/head
11 changed files with 42 additions and 26 deletions
Loading…
Reference in new issue