How do I render a string with pango using custom antialiasing and hinting settings?
I tried PangoCairo.set_antialias(cairo.ANTIALIAS_NONE) (in pygtk), but it had no effect. I'd like to be able to change freetype's rendering parameters, like I can do via fontconfig/fonts.conf, but at runtime. (This is on Linux.) Any ideas?