Bug 687615

Summary: ps2pdf squeezes glyph strings
Product: Ghostscript Reporter: Werner Lemberg <wl>
Component: PDF WriterAssignee: Igor Melichev <igor.melichev>
Status: NOTIFIED FIXED    
Severity: major    
Priority: P2    
Version: 0.00   
Hardware: PC   
OS: Linux   
URL: http://freetype.org/gs-bugs/ps2pdf-bug.ps
Customer: Word Size: ---
Attachments: ps2pdf-bug.ps

Description Werner Lemberg 2004-08-11 15:56:59 UTC
The file at the above address is incorrectly converted by ps2pdf by both
version 8.14 and 8.30: Somehow the horizontal metrics are screwed up.

gs renders the example correctly.
Comment 1 Werner Lemberg 2004-09-11 01:00:33 UTC
Anything new?  The bug report sits here since a month without any reaction...

Most output of the lilypond program (series 2.3.x; this is
a musical typesetting program) can't be converted due to this bug...
Comment 2 Jack Moffitt 2004-10-24 21:12:59 UTC
Reproduced with CVS HEAD.
Comment 3 Igor Melichev 2004-10-28 01:17:08 UTC
Created attachment 1004 [details]
ps2pdf-bug.ps

A local copy of the test file.
Comment 5 Raph Levien 2006-11-03 12:56:05 UTC
The /.OrigFont entry in font dictionaries has been renamed to /OrigFont for
better Adobe compatibility. This change was made in r7156 of the Ghostscript
svn. When I ran a regression test, it failed on the test file attached to this bug.

It looks like you're using /.OrigFont only for debug output, but you might want
to check to make sure it isn't used in production LilyPond code. If so, it will
break with future versions of GS.
Comment 6 Werner Lemberg 2006-11-03 13:18:54 UTC
Fortunately, lilypond no longer uses OrigFont, so no chance is
necessary on our side.  Thanks for the information.
Comment 7 Werner Lemberg 2006-11-03 20:08:38 UTC
Not chance but change, of course :-)