Bug 58405 - Enable anti-alias fonts & default editor font is unusable
Summary: Enable anti-alias fonts & default editor font is unusable
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kdebase
Version: 7.2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bernhard Rosenkraenzer
QA Contact: Ben Levenson
URL:
Whiteboard:
: 60271 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-01-16 00:25 UTC by Chris Evans
Modified: 2007-04-18 16:39 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-01-16 00:25:30 UTC
Embargoed:


Attachments (Terms of Use)

Description Chris Evans 2002-01-16 00:25:25 UTC
Description of Problem:
Firstly, enable KDE's anti-aliased fonts option. You can do this
either explicitly in the "look & feel" settings, or by picking a KDE
profile which is eye-candy intensive.
Restart KDE if required.
Edit a text file by sending it to the "Advanced Editor" program.
Note how the "Ariosa" font has been used. It is unusable! It is
some form of script font and cannot be read easily. This is a
very poor default choice. The same problem affects "KEdit".
Perhaps this is a generic flaw where some default (fixed width?)
font is chosen poorly.

Comment 1 Bernhard Rosenkraenzer 2002-01-17 12:04:18 UTC
This is because we don't have a fixed width font that can be antialiased (Only
Type1 and TrueType fonts can be antialiased), simply because there's no such
font out there under a sane license.

XFree86 automatically picks the first font it finds (in alphabetic order, that's
why it finds Arioso) if it can't find a font matching the original request
("antialiased fixed-width").

This is fixed in Qt 3/KDE 3 [in rawhide] by moving to a sane font abstraction
layer rather than depending on X doing the right thing.

Until you're ready to upgrade, you may get better results by playing with
/etc/X11/XftConfig.
Suggested entries to start from:

match any family == "fixed" edit antialias =+ "false";
match any family == "courier" edit family += "LuciduxMono";

Comment 2 Bernhard Rosenkraenzer 2002-02-23 21:37:09 UTC
*** Bug 60271 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.