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
I was working on a small personal project of mine (Rust, Windows x86_64) and noticed that text rendering is sort of botched where it just doesn't render properly and looks to have some artifacts with the actual executable itself whilst the Slint preview works just fine.
This is using the default font that is provided to Slint by the system (so no font-families here) and will show up no-matter the application style (Fluent, Cupertino, etc.)
The text was updated successfully, but these errors were encountered:
I think this is a consequence of #5177 :-(, as it emphasises the quality of the glyph rasterisation even more. Best path forward would probably be to move to cosmic-text, if even just for femtovg to start with.
I also found that when using VerticalBox, but is quite strange the problem happens only when scrollbar is at the end/start, otherwise text is quite good
Hi there!
I was working on a small personal project of mine (Rust, Windows x86_64) and noticed that text rendering is sort of botched where it just doesn't render properly and looks to have some artifacts with the actual executable itself whilst the Slint preview works just fine.
This is using the default font that is provided to Slint by the system (so no font-families here) and will show up no-matter the application style (Fluent, Cupertino, etc.)
The text was updated successfully, but these errors were encountered: