Skip to content

Commit 24dde83

Browse files
committed
Remove %%EOF comment from embedded fonts, in an attempt to resolve Paul Novak's strange Postscript error.
svn path=/trunk/matplotlib/; revision=6813
1 parent ec80b01 commit 24dde83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ttconv/pprdrv_tt.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ void ttfont_trailer(TTStreamWriter& stream, struct TTFONT *font)
10701070
} /* end of if Type 42 not understood. */
10711071

10721072
stream.putline("FontName currentdict end definefont pop");
1073-
stream.putline("%%EOF");
1073+
/* stream.putline("%%EOF"); */
10741074
} /* end of ttfont_trailer() */
10751075

10761076
/*------------------------------------------------------------------

0 commit comments

Comments
 (0)