You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try upgrading to newest or nightly Avalonia. Besides that, try using LetterSpacing so that the kerning is consistent as a workaround. eg. <TextBlock Text="Testing" LetterSpacing="1" />
Describe the bug
When using a fixed width font, the bounds of a TextBlock keep changing when the text changes, despite the text having the same amount of characters.
e.g. a clock with the text changing from "00:18:11" to "00:18:12":
This causes the text to jump left and right as the time changes.
To Reproduce
Expected behavior
Text should be rendered in the same position and not jump around.
Avalonia version
11.0.11
OS
macOS
Additional context
No response
The text was updated successfully, but these errors were encountered: