Created attachment 106769 [details] PDF with missing glyphs Any glyph of the embedded font SFBMTB+Frutiger-Bold is not rendered in the attached PDF, where as the glyphs of the also embedded font PFBMTB+Frutiger-Light are rendered.
The truetype font SFBMTB+Frutiger-Bold has a POST entry in format 2. (This contains the data needed for the FontInfo dictionary entry as well as the PostScript names for all of the glyphs in the font) The spec for this entry says: If you do not want to associate a PostScript name with a particular glyph, use index number 0 which points to the name .notdef. But the software which embeds this font makes it in another way: All not associated glyphs points to the end(!!) of the Postscript name table (entry for this glyphs: 270). That's why poppler invalidates this font and therefore don't render any glyphs of it, and it does so without giving any error message. But since ghostscript and acrobat reader show the glyph of this font I think poppler should do it either.
Created attachment 106771 [details] [review] Accepts offsets to the end of the table This patch accepts the entries which points to the end of the table and handles them as if they points to .notdef. (I've regtested the patch without any problems)
Awesome, commtied.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.