From f240a5b811a897d77e83653c9f0e59e7d89d8e34 Mon Sep 17 00:00:00 2001 From: Vivien Nicolas <21@vingtetun.org> Date: Thu, 23 Jun 2011 22:22:46 +0200 Subject: [PATCH] Remove the ignoreFont variable --- pdf.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/pdf.js b/pdf.js index addcea6de..f0d3bae65 100644 --- a/pdf.js +++ b/pdf.js @@ -2359,16 +2359,9 @@ var CanvasGraphics = (function() { error("FontFile not found for font: " + fontName); fontFile = xref.fetchIfRef(fontFile); - // Fonts with an embedded cmap but without any assignment in - // it are not yet supported, so ask the fonts loader to ignore - // them to not pay a stupid one sec latence. - var ignoreFont = false; - var encodingMap = {}; var charset = []; if (fontDict.has("Encoding")) { - ignoreFont = false; - var encoding = xref.fetchIfRef(fontDict.get("Encoding")); if (IsDict(encoding)) { // Build a map between codes and glyphs @@ -2433,7 +2426,6 @@ var CanvasGraphics = (function() { break; case "beginbfrange": - ignoreFont = false; case "begincodespacerange": token = ""; tokens = []; @@ -2488,8 +2480,7 @@ var CanvasGraphics = (function() { type: subType.name, encoding: encodingMap, charset: charset, - bbox: bbox, - ignore: ignoreFont + bbox: bbox }; return {