** Changed in: poppler
Status: Confirmed => Unknown
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/26118
Title:
Bad rendering (hinting) in Evince and Xpdf
To manage notifications abou
** Changed in: poppler
Importance: Unknown => Medium
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
https://bugs.launchpad.net/bugs/26118
Title:
Bad rendering (hinting) in Evince and Xpdf
--
ubuntu-bugs mailing list
ubuntu-bugs
** Changed in: poppler
Importance: Medium => Unknown
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
https://bugs.launchpad.net/bugs/26118
Title:
Bad rendering (hinting) in Evince and Xpdf
--
ubuntu-bugs mailing list
ubuntu-bugs
The file in comment #25 renders well in Ubuntu 10.10 "Maverick Meerkat"
alpha 2 updated to the latest Ubuntu packages.
Uname: Linux 2.6.35-6-generic i686
Packages: evince 2.30.3-1ubuntu2
poppler 0.14.1-0ubuntu1
libcairo2 1.9.14-1
--
Bad rendering (hinting) in
> Will we see this fixed anytime soon?
Depends if somebody work on the issue
--
Bad rendering (hinting) in Evince and Xpdf
https://bugs.launchpad.net/bugs/26118
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
--
ubuntu-bugs mailing list
Will we see this fixed anytime soon?
--
Bad rendering (hinting) in Evince and Xpdf
https://bugs.launchpad.net/bugs/26118
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lis
Is this solved at all? As of today, I still see some pdf files -but not others
(how to tell the difference?) rendering improperly in evince.
When the text is selected, the text is suddenly smooth and nice; when
deselected, it's all sketchy and rough.
Also, many equations and punctuation chars di
Thanks Peter. I've reposted my info there.
--
Bad rendering (hinting) in Evince and Xpdf
https://bugs.launchpad.net/bugs/26118
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https
Bug 92296 seems to be the bug you're looking for.
--
Bad rendering (hinting) in Evince and Xpdf
https://bugs.launchpad.net/bugs/26118
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.co
** Changed in: poppler (Ubuntu)
Status: Confirmed => Triaged
--
Bad rendering (hinting) in Evince and Xpdf
https://bugs.launchpad.net/bugs/26118
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
--
ubuntu-bugs mailing list
ubuntu-bu
@Marciano Siniscalchi
Thank you for your comment.
Do you/does anyone know if there is another bug filed for that Type 3 fonts
rendering issue?
--
Bad rendering (hinting) in Evince and Xpdf
https://bugs.launchpad.net/bugs/26118
You received this bug notification because you are a member of Ubunt
Same problem here, bad rendering for (most) PDF files on Evince which
work well on acroread, kpdf, gv, etc. Btw I'm using a Feisty machine
(Breezy->Dapper->Edgy->Feisty upgrade). PS, DVI files work fine.
--
Bad rendering (hinting) in Evince and Xpdf
https://launchpad.net/bugs/26118
--
ubuntu-bu
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
This is the actual PDF file the above screenshots were taken with.
** Attachment added: "PDF file that is rendered badly in evince (and gPDF is
not too great either)"
http://librarian.launchpad.net/7035319/18280.pdf
--
Bad rendering (hinting) in Evince and Xpdf
https://launchpad.net/bugs/261
** Attachment added: "gPDF pdf screenshot"
http://librarian.launchpad.net/7035138/Screenshot.gpdf.png
--
Bad rendering (hinting) in Evince and Xpdf
https://launchpad.net/bugs/26118
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
I don't know if this is related, but I'm also seeing absolutely
atrocious font rendering with some PDF files in evince.
gpdf renders the same PDFs much better, but appears to use different
fonts and ignore settings such as "bold".
Please see the following two screenshot for comparison. Yes, this
I see a lot better rendering now. I don't see any relevant entries in
the poppler changelog though, so maybe it's something local.
--
Bad rendering (hinting) in Evince and Xpdf
https://launchpad.net/bugs/26118
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mai
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
Sorry, my "fix" was bogus. I checked the results with a TeXmacs-produced
PDF, which apparently includes different fonts than what e.g. pdfetex
does. The TeXmacs fonts look fine. (I wonder why.)
--
Bad rendering (hinting) in Evince and Xpdf
https://launchpad.net/bugs/26118
--
ubuntu-bugs mailing
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
I was unable to fix the rendering in evince by tweaking those
fontconfig-config options. For me, so far only modifying SplashFTFont.cc
and recompiling has improved the rendering.
The problem is worst at small font sizes (attachment).
** Attachment added: "Bad hinting at small font sizes"
http:
That's what I did, additionally running dpkg-reconfigure fontconfig-
config to make sure the hinter type is "native" instead of autohinter.
--
Bad rendering (hinting) in Evince and Xpdf
https://launchpad.net/bugs/26118
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubunt
Please specify which crufty config.
I am running on feisty, and the following:
dpkg --force-depends --purge fontconfig-config
rm -rf /etc/fonts
apt-get -f install fontconfig-config
rm -rf $HOME/.font*
did not fix the problem for me.
--
Bad rendering (hinting) in Evince and Xpdf
I had some crufty config enabling the freetype autohinter. Cleaning that
up fixed this bug for me.
--
Bad rendering (hinting) in Evince and Xpdf
https://launchpad.net/bugs/26118
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
** Changed in: poppler (upstream)
Status: Unknown => Confirmed
--
Bad rendering (hinting) in Evince and Xpdf
https://launchpad.net/bugs/26118
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
I've forwarded that upstream:
https://bugs.freedesktop.org/show_bug.cgi?id=9862
** Changed in: poppler (upstream)
Importance: Undecided => Unknown
Bugwatch: None => Freedesktop Bugzilla #9862
Status: Unconfirmed => Unknown
--
Bad rendering (hinting) in Evince and Xpdf
https://laun
FWIW, I still see bad rendering of serif fonts in Evince on Feisty.
--
Bad rendering (hinting) in Evince and Xpdf
https://launchpad.net/bugs/26118
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
** Changed in: evince (Ubuntu)
Sourcepackagename: evince => poppler
Assignee: Sebastien Bacher => Ubuntu Desktop Bugs
** Also affects: poppler (upstream)
Importance: Undecided
Status: Unconfirmed
--
Bad rendering (hinting) in Evince and Xpdf
https://launchpad.net/bugs/26118
--
u
I think I nailed it!
First of all, the exact same issue arises in Edgy, which is what I am
using now. However, it's easy to fix.
Second, it's a poppler problem, not an Evince problem per se.
See file splash/SplashFTFont.cc in poppler-0.5.4 (the Edgy version),
lines 180 and following. This is whe
29 matches
Mail list logo