Bug 691442

Summary: glyph-spacing wrong with embedded CID-Fonts
Product: Ghostscript Reporter: Andreas Lappe <nd>
Component: GeneralAssignee: Default assignee <ghostpdl-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: alex
Priority: P4    
Version: 8.71   
Hardware: PC   
OS: All   
Customer: Word Size: ---
Attachments: Sample PDF
Rendered in Mac OS X Preview.app
Rendered in ghostscript 8.71

Description Andreas Lappe 2010-07-06 10:20:18 UTC
Created attachment 6429 [details]
Sample PDF

I create PDFs using ZendFrameworks PDF-library. They display fine in Acrobat, Adobe Reader and Preview on OS X but they have a really broken glyph spacing when displayed or converted using ghostscript.

This error does not happen with ghostscript 8.61 but with 8.71 it happens on mac os x (ghostscript build from macports) and on Ubuntu 10.4 (standard package).

How do reproduce (assuming X11-enabled GS):

$ gs 23b4a418b6c1a48735154adcb874fa02.pdf
Comment 1 Andreas Lappe 2010-07-06 10:21:33 UTC
Created attachment 6430 [details]
Rendered in Mac OS X Preview.app
Comment 2 Andreas Lappe 2010-07-06 10:22:10 UTC
Created attachment 6431 [details]
Rendered in ghostscript 8.71
Comment 3 Alex Cherepanov 2010-07-06 14:07:59 UTC
This bug has been fixed by the activation of FreeType font renderer
in the rev. 11071.

r11071 | chrisl | 2010-04-14 12:25:11 -0400 (Wed, 14 Apr 2010) | 2 lines
Reverse the previous build options for Freetype integration: now --disable-freetype for configure on Unix type systems or pass
FT_BRIDGE=0 to nmake on Windows if you do not want to integrate Freetype.