| Summary: | Kate 24.01.80 (or potentially 24.01.75) altered the appearance of text and line spacing | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | eurekaccount |
| Component: | part | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | christoph, uwu |
| Priority: | NOR | ||
| Version First Reported In: | 24.01.80 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/frameworks/ktexteditor/-/commit/e20860c863ac945e7664e1b153c166ec18abc74e | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Comparison between the two versions | ||
|
Description
eurekaccount
2024-03-07 08:02:01 UTC
Created attachment 166550 [details]
Comparison between the two versions
We use now Qt 6, that might have altered this. I don't see that we did alter anything on our own for that. There is no way to set this to 'behave like Qt 5', if you dislike how Qt handles that, you need to report that for Qt. Git commit 2ab959985587e1f55fd669a3001bb48d2816c382 by Christoph Cullmann. Committed on 11/03/2024 at 19:14. Pushed by cullmann into branch 'master'. Set full hinting instead to ensure the letters are aligned properly M +5 -0 src/utils/kateconfig.cpp https://invent.kde.org/frameworks/ktexteditor/-/commit/2ab959985587e1f55fd669a3001bb48d2816c382 I think it's an issue of this font: hinting shouldn't be used to implement correctness. So if a monospace was displayed as non-fixed width without full hinting, blame the font and its author, not blame font render software. Git commit e20860c863ac945e7664e1b153c166ec18abc74e by Christoph Cullmann. Committed on 02/11/2024 at 17:05. Pushed by cullmann into branch 'master'. keep hinting as set by the user Qt contains fixes for the Wayland scaling now this hack did not honor the user settings M +1 -2 autotests/src/configinterface_test.cpp M +0 -5 src/utils/kateconfig.cpp https://invent.kde.org/frameworks/ktexteditor/-/commit/e20860c863ac945e7664e1b153c166ec18abc74e |