[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: antialiased Andale Mono 8 in gnome-terminal



Shot wrote:

> I tried the brute-force approach of adding the following to my
> /etc/fonts/local.conf, but it doesn't seem to do anything:
>
> <match target="font">
>    <test name="family">
>       <string>Andale Mono</string>
>    </test>
>    <edit name="antialias" mode="assign"><const>false</const></edit>
> </match>

Try changing "const" to "bool":

  <match target="font">
     <test name="family"><string>Andale Mono</string></test>
     <edit name="antialias" mode="assign"><bool>false</bool></edit>
  </match>

(Sorry, I haven't tested this yet.)



Reply to: