Replies: 1 comment 1 reply
-
Can you provide a minimal sample that reproduces the issue? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I notice an issue with UTF8 glyphs since upgrading to 11.3.5 on Windows that I can't easily reproduce - I'm here to fish for ideas on where to look.
My Windows app uses simple UTF8 glyphs on e.g. buttons as icon substitutes. They render in color first.

But after some interaction, the glyph turns into their monochrome variant on redraw.

I haven't overwritten any of the default fonts for the app, nor is it using the Avalonia Inter font.
When inspecting the AccessText in question in the Diagnostics tool, I see the rendering difference reflected in the Text or DataContext properties - but coulnd't identify other settings that actually changed.
When downgrading to Avalonia 11.3.4, this behavior disappears. All current versions including and after 11.3.5 are affected.
@Gillibald Looking into 11.3.5 superficially, I see that you made many changes related to fonts. Do you have an idea what could be the issue or where I should look?
Beta Was this translation helpful? Give feedback.
All reactions