[Konsole-devel] [Bug 114658] Konsole --noxft switch doesn't work
Artem S.Tashkinov
t.artem at mailcity.com
Mon Mar 20 14:31:47 UTC 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=114658
------- Additional Comments From t.artem mailcity com 2006-03-20 15:31 -------
This is the information I've just received from trolltech developer:
--------------------------------------------------------------------
I can reproduce the behavior you are experiencing using the file you
sent, but it is not actually a bug in Qt.
Calling QFont::setStyleStrategy() is just a hint to the font match
system about which fonts should be used, but if there is actually a
rule in the .fonts.conf file such as:
<match target="font" >
<edit mode="assign" name="antialias" >
<bool>true</bool>
</edit>
</match>
Then Qt can not do anything about it because you are explicitly forcing
all fonts to be anti-aliased. To change this behavior, either remove
the above option from your .fonts.conf or put a size restriction on it
so that it only happens at certain sizes.
Regards,
--
Jason Barron, Support Engineer
Trolltech AS, Oslo - http://www.trolltech.com
--------------------------------------------------------------------
So indeed, it's KDE KCM Fonts module bug - it should not ever add this portion
<match target="font" >
<edit mode="assign" name="antialias" >
<bool>true</bool>
</edit>
</match>
to the $HOME/.fonts.conf file.
More information about the konsole-devel
mailing list