]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Mirror 1.1.x changes.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Sun, 20 Jul 2003 00:58:45 +0000 (00:58 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Sun, 20 Jul 2003 00:58:45 +0000 (00:58 +0000)
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

index 084e4727e550061681bb8f09630d3d9ab2433abd..c519edc0063547832134708940ed8afff4fa96cf 100644 (file)
@@ -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) {