freetype2 subpixel hinting .
:
- :

Configure Desktop > Appearance > Fonts
* "Use anti-aliasing for fonts"
* "Configure" Hinting style slight .
GTK :
- cairo 32 64 .
- Kwrite alt+f2 : kdesu kwrite .
- :
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Enable freetype's new subpixel filter. Currently, only a cairo
version containing the patches from freedesktop #10301 respects this
setting. -->
<match target="font">
<edit mode="assign" name="lcdfilter">
<const>lcddefault</const>
</edit>
</match>
</fontconfig>
10-lcd-filter.conf /etc/fonts/conf.avail.
- ~/.Xresources /home :
Xft.lcdfilter: lcddefault
- .
:
Font smoothing in OpenSUSE 11.2 | We love Linux !
()