Comment 4 for bug 298781

Revision history for this message
pheeror (pheeror) wrote :

Well, it is obviously pretty good thing that "GTK+" QT theme uses the font settings from GTK.

The problem is that antialiasing properties set by gnome-appearance-properties are not shared between QT and GTK even if "GTK+" theme. So, even though GTK+ theme sets the right font, it can look very ugly. When this is solved, there is no need to "fallback" to trying to change the font in qtconfig.

btw, this is my ~/.fonts.conf for antialising:grayscale and hinting:full
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
 <match target="font">
 <edit name="hintstyle" > <const>hintfull</const> </edit>
 <edit name="rgba" mode="assign"><const>none</const></edit>
 </match>
</fontconfig>

http://freedesktop.org/wiki/ScreenFontSettings
http://www.gnome.org/~bmsmith/gconf-docs/C/gnome.html