I am trying to smooth text rendering using anti-aliasing. But it's not anti-aliased.
See the picture http://tinypic.com/r/2h7dy1i/4
First line is a png image created using pango and cairo.
Second line is just an html <span>
tag. It's in firefox, Ubuntu with Gnome DE.
The difference can be better understood if you compare "W" and "v"
between two lines.
The code responsible to draw text can be found on http://pastie.org/1073683 Font options are set on line 17 and 20.
Could anyone please tell me how can I make those two lines look same?