]> git.parisson.com Git - pdf.js.git/commitdiff
Remove debug code
authornotmasteryet <async.processingjs@yahoo.com>
Mon, 20 Feb 2012 19:00:45 +0000 (13:00 -0600)
committernotmasteryet <async.processingjs@yahoo.com>
Mon, 20 Feb 2012 19:00:45 +0000 (13:00 -0600)
src/fonts.js

index 1ddf5eaa56282cadecfb619159f7da0527636f47..e67286d8116d6e2e1adbd8c98a64bf556575fcfc 100644 (file)
@@ -2040,7 +2040,7 @@ var Font = (function FontClosure() {
         }
         properties.baseEncoding = encoding;
       }
-      if (false && properties.subtype == 'CIDFontType0C') {
+      if (properties.subtype == 'CIDFontType0C') {
         var toFontChar = [];
         for (var i = 0; i < charstrings.length; ++i) {
           var charstring = charstrings[i];