Summary: | Introduce Y-axis text antialiasing in Krita UI | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Be5invis <reli> |
Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | alvin, griffinvalley, halla |
Priority: | NOR | ||
Version First Reported In: | 4.1.5 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Be5invis
2018-12-16 12:43:23 UTC
Um, we render the text using Qt, so this probably should be reported for the Qt toolkit. Unless Qt exposes that as a property, there isn't anything we can do. Well some other applications like Snipaste is built using Qt too, but it has proper Y-axis AA and GASP table respect. Also Qt supports DWRITE, so you can try that? Where did you find that in the Qt documentation? I am... setting this as wishlist. I believe Qt _is_ using DirectWrite on Windows by default and we haven't done anything to change it. (The only other option is FreeType and trust me, it looks awful on Windows.) I can't tell if Qt has enabled vertical anti-aliasing for the menus. From your screenshot it looks like maybe it doesn't but it's a bit hard to tell for sure. The best way would be to check the source code of Qt. It's a very minor issue for Krita though, so it'd be low priority. And it'll still need to be reported on Qt's bug tracker. |