[Poppler-bugs] [Bug 94038] Poppler renders verdana bold font embedded as CID Truetype (subset) quite poorly
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Feb 8 15:13:28 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=94038
--- Comment #3 from Thomas Freitag <Thomas.Freitag at alfa.de> ---
Created attachment 121591
--> https://bugs.freedesktop.org/attachment.cgi?id=121591&action=edit
assure line width > 0 in case of text stroke
The problem is here that the text render mode is set to 2, which means fill the
text and then stroke with line width, but line width wasn't set, so it is 0.0.
Then splash strokes with 1 pixel width without anti aliasing effects, which is
quite poor.
The spec says for line width = 0:
A line width of 0 shall denote the thinnest line that can be rendered at device
resolution: 1 device pixel wide. However, some devices cannot reproduce 1-pixel
lines, and on high-resolution devices, they are nearly invisible. Since the
results of rendering such zero-width lines are device-dependent, they should
not be used.
This patch now set the line width to 1 device pixel wide, but just in case of
text drawing.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20160208/1c9f807c/attachment.html>
More information about the Poppler-bugs
mailing list