increase text alpha bits to 4 as it's known to improve quality quite a bit

BUGS: 221402

svn path=/trunk/KDE/kdegraphics/okular/; revision=1070544
This commit is contained in:
Albert Astals Cid 2010-01-05 23:17:28 +00:00
parent 1f809924aa
commit d0d70242d0

View file

@ -236,7 +236,7 @@ void GSGenerator::generatePixmap( Okular::PixmapRequest * req )
int graphicsAA = 1;
int textAA = 1;
if (cache_AAgfx) graphicsAA = 4;
if (cache_AAtext) textAA = 2;
if (cache_AAtext) textAA = 4;
gsreq.textAAbits = textAA;
gsreq.graphicsAAbits = graphicsAA;