Date: Sun, 8 Nov 2009 04:08:01 +0000 From: Masoom Shaikh <masoom.shaikh@gmail.com> To: freebsd-questions <freebsd-questions@freebsd.org> Subject: KDE4 + FreeBSD-8.0-RC2, no anti aliasing Message-ID: <b10011eb0911072008t5c2b226awd910c54d4a041050@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
here is my ~/.fonts.conf <?xml version='1.0'?> <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> <fontconfig> <match target="font" > <edit mode="assign" name="rgba" > <const>rgb</const> </edit> </match> <match target="font" > <edit mode="assign" name="hinting" > <bool>true</bool> </edit> </match> <match target="font" > <edit mode="assign" name="hintstyle" > <const>hintfull</const> </edit> </match> <match target="font" > <edit mode="assign" name="antialias" > <bool>true</bool> </edit> </match> </fontconfig> fonts look good, just little blurry
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b10011eb0911072008t5c2b226awd910c54d4a041050>