[dev][st] pull request: aggressively disable antialiasing

From: Galos, David <galosd83_AT_students.rowan.edu>
Date: Wed, 6 Mar 2013 01:59:19 -0500

I've attached a pull request which forcefully prevents fonts from being antialiased.

On some unfortunate configurations, simply adding "antialias=0" is not
enough. Worse yet, even when explicitly set false in the pattern
object, calls to FcFontMatch add antialiasing back in.

A simplistic call to FcPatternAddBool is insufficient to remove it, so
this pull request, using FcPatternAdd with append set false kills it right
before the XftFontOpenPattern call.

Received on Wed Mar 06 2013 - 07:59:19 CET

This archive was generated by hypermail 2.3.0 : Wed Mar 06 2013 - 08:00:05 CET