<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - All characters in this PDF are replaced by boxes"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91377#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - All characters in this PDF are replaced by boxes"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91377">bug 91377</a>
              from <span class="vcard"><a class="email" href="mailto:ajohnson@redneon.com" title="Adrian Johnson <ajohnson@redneon.com>"> <span class="fn">Adrian Johnson</span></a>
</span></b>
        <pre>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</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>