On Sat, Feb 26, 2011 at 08:18:37AM +0100, David Coppa wrote: > On Sat, Feb 26, 2011 at 6:50 AM, Josh Rickmar <joshua_rick...@eumx.net> wrote: > > > However, instead of seeing rgb-hinted fonts, it is only using > > grayscale-based hinting. ?I do see (very bad) changes if I change > > antialias to false, so I know that my .fonts.conf is being read > > properly. ?I'm not sure where exactly the problem lies (fontconfig, > > cairo, etc.), but does anyone know how to get this to work properly? > > Uhm... > Can you apply the attached patch to cairo (1.10.2, currently in our > ports tree) and check if it solves your problem? > > TIA, > David
Well, I manually set options->base.hint_style = CAIRO_HINT_STYLE_SLIGHT; in cairo-ft-font.c, rebuilt, and installed the new package, and I still see no change. Are other packages statically linked against the old cairo? Josh