From 1a8cde162f7fa63e4e142fd37582cf7f0c1d2f97 Mon Sep 17 00:00:00 2001 From: mike Date: Sun, 20 Jul 2003 00:58:45 +0000 Subject: [PATCH] Mirror 1.1.x changes. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@3799 7a7537e8-13f0-0310-91df-b6672ffda945 --- pdftops/FontFile.cxx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pdftops/FontFile.cxx b/pdftops/FontFile.cxx index 084e4727e5..c519edc006 100644 --- a/pdftops/FontFile.cxx +++ b/pdftops/FontFile.cxx @@ -2092,6 +2092,13 @@ void Type1CFontFile::cvtGlyph(int pos, int n, GBool top) { } nHints += nOps / 2; break; + case 15: // (obsolete) + // this op is ignored, but we need the glyph width + if (firstOp) { + cvtGlyphWidth(nOps > 0); + firstOp = gFalse; + } + break; case 18: // hstemhm // ignored if (firstOp) { -- 2.47.2