Bug 68087
Summary: | Default font hinting system makes kwin menu unreadable | ||
---|---|---|---|
Product: | [Retired] Red Hat Public Beta | Reporter: | Mike MacCana <mikemaccana> |
Component: | kdebase | Assignee: | wdovlrrw <brosenkr> |
Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | limbo | CC: | harald, hp, otaylor, rivenburgh, than, voz |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2002-08-23 11:36:59 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Mike MacCana
2002-07-06 06:48:17 UTC
Yes, these ugly fonts are due to the fact that the bytecode interpreter is disabled in freetype. I've discussed this with Keith Packard in the past as well. I'm not willing to hack up Xft or freetype unless the upstream maintainers of these libraries buy-in to the patches themselves and include the functionality directly into freetype or Xft. Otherwise then we must maintain our own freetype and/or Xft that is different from everyone elses. The solution is to recompile freetype with the bytecode interpreter enabled to get real font hinting - which I've conveniently made a spec file define to make it easier for people to enable the code. Owen, Havoc - any comments you'd like to add before I close the bug? The problem is misconfiguraiton of KDE, and possibly also fontconfig picking up the TrueType versions of the Luxi fonts rather than the Type1 version. (I need to look at how to force fontconfig to get the Type1 versions.) We have several options for quite readable fonts in GNOME now, and we are using the same basic technology in KDE. Actually, I have no idea why KDE is getting hinting in Limbo - it should be disabled in /etc/X11/Xresources. I've also encountered strange looking fonts in Limbo. Here's a couple of screenshots of two different font issues: http://users.du.se/~mda/konquerorfont.png (the blue link text looking funny) http://users.du.se/~mda/konsole.png (fonts look good, but letters very far apart) Probably a matter of KDE not using "Sans-serif 10" and "Mono 10" as the defaults. fixed in NULL Fix confirmed with kdebase-3.0.3-7. |