<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - pdftops generates crumbled text"
href="https://bugs.freedesktop.org/show_bug.cgi?id=102760#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - pdftops generates crumbled text"
href="https://bugs.freedesktop.org/show_bug.cgi?id=102760">bug 102760</a>
from <span class="vcard"><a class="email" href="mailto:williambader@hotmail.com" title="William Bader <williambader@hotmail.com>"> <span class="fn">William Bader</span></a>
</span></b>
<pre>I can look at it if someone can send me the PDF.
The basic idea of my change is the line
} else if (maxGlyph > 0 && code > maxGlyph) {
Some fonts define only the non-empty glyphs but reference zero-size glyphs way
off the end of the list. Without the code > maxGlyph test, the generated
postscript will be invalid. Without seeing the PDF, I suppose that somehow
maxGlyph isn't correct.
William</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>