[Poppler-bugs] [Bug 2807] doesn't handle text rendering modes
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Aug 1 09:06:54 PDT 2010
https://bugs.freedesktop.org/show_bug.cgi?id=2807
--- Comment #26 from thomasf <Thomas.Freitag at alfa.de> 2010-08-01 09:06:54 PDT ---
(In reply to comment #25)
If Your are not sure if it is possible to remove it, and to avoid other
regressions, just do the following:
#if 1//~tmp: turn off anti-aliasing temporarily
GBool vaa = out->getVectorAntialias();
if (vaa && !textHaveCSPattern ) {
out->setVectorAntialias(gFalse);
}
#endif
I tested it with several PDF with text in pattern colospace, and it seems to
work! Because its only a minor change, I don't upload a new patch for the
moment, should I?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Poppler-bugs
mailing list