[Poppler-bugs] [Bug 91377] All characters in this PDF are replaced by boxes

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jul 20 05:25:50 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=91377

--- Comment #7 from Adrian Johnson <ajohnson at redneon.com> ---
The problem is spaces in the Type 1 font dictionary have been replaced with
newlines as shown below. This does not comply with the rules in section 10 of
the Type 1 font spec. FoFiType1::parse() would need to be changed to handle
this sort of damage.

%!FontType1-1.0: EBGaramondSmallCaps12Regular 001.003
11
dict
begin
/FontInfo
2
dict
dup
begin
/FullName
(EBGaramondSmallCaps12Regular)
readonly
def
/FamilyName
(EBGaramondSmallCaps12Regular)
readonly
def
end
readonly
def
/FontName
/EBGaramondSmallCaps12Regular
def
/Encoding
256
array
dup
0
/.notdef
put
dup
1
/A
put
dup
2
/.notdef
put

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20150720/d252f6e3/attachment.html>


More information about the Poppler-bugs mailing list