12

I'm wondering if it is possible to change evince font rendering and make it render fonts like Adobe Acrobat Reader.

Braiam
  • 67,791
  • 32
  • 179
  • 269
sepisoad
  • 280
  • 5
    The Evince issues are infamous. From other fora, I have picked up the following suggestions:
    • Use xpdf instead
    • Use okular, if you can put up with KDE dependencies
    – Dana Brandt Dec 29 '13 at 15:06
  • qpdfview supports font anti-aliasing, it is possible to have customized Setting > Graphics > PDF. – user.dz Mar 21 '14 at 09:17
  • 3
    When you say "Like Adobe Acrobat Reader"; it doesn't explain the problem. Can you at least provide screenshots to compare? – RolandiXor Apr 16 '14 at 06:30

1 Answers1

1

Evince uses default system fonts when they're specified in the document, and custom ones when they're embedded. This suggests that the problem may be with your font set. If this is the case, I suggest making sure that ttf-mscorefonts is installed and up-to-date.

Another possibility is that the document is using embedded fonts that may be corrupted or just didn't download properly. You can check the fonts by selecting "Properties" from the menu and the "Fonts" tab (I can't post an image because I don't have enough reputation...).

Other discussion of this issue have referenced other PDF readers, the most popular being Okular (KDE), xpdf, and epdfview. You may want to try one of these to see if you prefer them, but I haven't seen any clear solution to the question of why fonts would render better in any of these other applications than in evince.

jkt123
  • 3,530
  • 22
  • 24