| Summary: | Too thin fonts when using Source Code Pro | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-ktexteditor | Reporter: | Guo Yunhe <i> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | christoph |
| Priority: | NOR | ||
| Version First Reported In: | 5.45.0 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/ktexteditor/2a9c2a28064f47026669388107af74d3d1864744 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Screenshot of Source Code Pro fonts for PHP files. | ||
Hi, I can see that, too, for PHP, thought I don't see the same effect. It seems that happens only for parts, e.g. in C++ all looks fine beside the include names. I think I fixed that issue with 5.46, but I need to test that again, I use here 5.45, too, ATM, which has what you show here. Git commit 35d7e8065138c6c66fd7fcf0e1051c70701743bc by Christoph Cullmann. Committed on 13/08/2018 at 20:26. Pushed by cullmann into branch 'syntax-highlighting'. fix non-bold attributes to not have thin text CHANGELOG: non-bold text no longer renders with font weight thin but normal M +1 -1 src/utils/attribute.cpp https://commits.kde.org/ktexteditor/35d7e8065138c6c66fd7fcf0e1051c70701743bc Git commit 2a9c2a28064f47026669388107af74d3d1864744 by Christoph Cullmann. Committed on 13/08/2018 at 20:28. Pushed by cullmann into branch 'master'. fix non-bold attributes to not have thin text CHANGELOG: non-bold text no longer renders with font weight thin but normal M +1 -1 src/utils/attribute.cpp https://commits.kde.org/ktexteditor/2a9c2a28064f47026669388107af74d3d1864744 |
Created attachment 112422 [details] Screenshot of Source Code Pro fonts for PHP files. Steps to reproduce: 0. Install Kate and Source Code Pro font 1. Open Kate. 2. Set font as "Source Code Pro", font weight normal, font size 10pt. 3. Open a PHP file or XML file. 4. Check the font weight of editor window. Expected: Editor should use Normal and Bold font weight. Actually: Editor use extra-thin font weight for many texts. They are hard to read.