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

David Coppa dcoppa at gmail.com
Thu Mar 11 02:52:18 PST 2010


On Thu, 11 Mar 2010, Arnaud Fontaine wrote:

> >>>>> Michael Stapelberg <michael+xcb at stapelberg.de> writes:
> 
>     >  Anti-aliasing is  not considered  an advantage  by all  people. I
>     > would  not use a  terminal emulator which  does not let me  use my
>     > beloved misc-fixed  without anti-aliasing as long as  there is any
>     > alternative for  that. urxvt implements both APIs  for this reason
>     > (X core fonts and Xft).
> 
> I have not tested but you  can disable anti-aliasing per-font or for all
> fonts by setting antialias to false, for example:

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>


ciao,
David



More information about the Xcb mailing list