hi there
I'm using kde-3.1.2 on freebsd -current with X v4. I followed the instructions in the freebsd handbook to set up font anti-aliasing and installed some good fonts. That worked out. Since I don't like small font sizes being anti-aliased, because they cause headache and don't look good in menubars etc., I added the following to /usr/X11R6/etc/fonts/local.conf
--snip--
<match target="font">
<test name="size" compare="less">
<double>18</double>
</test>
<edit name="antialias" mode="assign">
<bool>false</bool>
</edit>
</match>
--snip--
Now everythink looked good... i.e. in KWord Arial 36 gets anti-aliased, while Arial 14 is not rendered. So that's what I was looking for, BUT then I opened konqueror and what did I see there: Arial 14 which is anti-aliased, and looks really bad
. Sure, I could use another font which looks a bit better anti-aliased at this size, but thats not what I want. The setting in Control Center -> Appeareance & Themes -> Fonts -> Exclude Range seems to have no effect, maybe this was for an older X. So my only way to influence anti-aliasing is in the file mentioned above and the KDE setting to use it. And thats what I did, most apps get it, but Konqueror (and Konsole) doesn't.
Any ideas?
cheers