[Xcb] Carbon, the new xcb based terminal emulator.

Michael Stapelberg michael+xcb at stapelberg.de
Thu Mar 11 04:18:55 PST 2010


Hi David,

Excerpts from David Coppa's message of Do Mär 11 11:52:18 +0100 2010:
> I've this in my ~/.fonts.conf:
> 
>     <!-- disable antialias for some terminal fonts -->
>     <match target="font">
>         <test name="family" qual="any">
>             <string>Monaco</string>
>             <string>ProggyCleanTTSZ</string>
>             <string>ProggyTinyTTSZ</string>
>         </test>
>         <edit name="antialias" mode="assign">
>             <bool>false</bool>
>         </edit>
>     </match>
I have created a ~/.fonts.conf which disables antialiasing for Fixed, but
when using pango-view --text 'foo ♥ bar' --font="Fixed-8" it clearly is
antialiased. What am I doing wrong?

Best regards,
Michael

PS: 
$ cat ~/.fonts.conf 
<!-- disable antialias for some terminal fonts -->
<match target="font">
    <test name="family" qual="any">
        <string>Fixed</string>
    </test>
    <edit name="antialias" mode="assign">
        <bool>false</bool>
    </edit>
</match>


More information about the Xcb mailing list