Surprisingly, True Type Proggy fonts look awfully on gnome-terminal
using my recently installed etch. They look great on Windows using
Cygwin's rxvt and in the gnome-terminal of Ubuntu Dapper Drake. So
probably something's got unconfigured on the Debian testing phase, or
I did something terribly wrong while installing.

To try and make things look better, I tried disabling anti aliasing on
my favourite font via .fonts.conf and /etc/fonts/local.conf, but in
both cases it seems to be ignored. The gnome-terminal still shows the
font awfully anti aliased.

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/local.conf file to configure system font access -->

<fontconfig>

<match target="font">
    <test name="family">
        <string>ProggyCleanSZ</string>
    </test>
    <edit name="antialias" mode="assign">
        <bool>false</bool>
    </edit>
    <edit name="autohint" mode="assign">
        <bool>false</bool>
    </edit>
</match>
</fontconfig>

How the hell the font called "Clean" (which is very nice btw) is
specified not to be anti aliased? I've not found anything about this
font under /etc/fonts.

Any ideas?

Cordially, Ismael
-- 
Ismael Valladolid Torres   "Il est vain de pleurer sur l'esprit, il suffit
                                de travailler pour lui." Albert Camus
http://digitrazos.info/
http://lamediahostia.blogspot.com/      OpenPGP key ID: 0xDE721AF4


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to