Re: [Bug 26118] Re: Bad rendering (hinting) in Evince and Xpdf

2007-03-28 Thread Marciano Siniscalchi
It's not the same bug. The document you attached uses Type 3 fonts, which in theory are drawn using Postscript (not PDF) primitives, but in practice are just bitmaps. Ghostview and Acrobad do a fine job with these, but poppler-based readers don't handle them well at all. The issue being discussed

Re: [Bug 26118] Re: Bad rendering (hinting) in Evince and Xpdf

2007-03-08 Thread Marciano Siniscalchi
For the record, the fix that works for me is to change the #ifdef...#else...#endif block beginning at line 179 of file SplashFTFont.cc as follows: // if we have the FT2 bytecode interpreter, autohinting won't be used // MS: actually, disregard bytecode setting, as it yields poor results anyway

Re: [Bug 26118] Re: Bad rendering (hinting) in Evince and Xpdf

2007-02-27 Thread Marciano Siniscalchi
Yes, I did exactly the same, and it works (except that it needs to be redone every time poppler gets updated...) Is there any chance of getting the fix incorporated? M On 2/25/07, Pauli Virtanen <[EMAIL PROTECTED]> wrote: > I was unable to fix the rendering in evince by tweaking those > fontconfi