diff --git a/bower.json b/bower.json index 8b33fa841..89ba00c5a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.1145", + "version": "1.0.1147", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 6bda4bac5..e145e136f 100644 --- a/build/pdf.combined.js +++ b/build/pdf.combined.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.1145'; -PDFJS.build = '76a24d8'; +PDFJS.version = '1.0.1147'; +PDFJS.build = '6bb0a48'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -23600,9 +23600,11 @@ var Font = (function FontClosure() { useTable = true; // Continue the loop since there still may be a higher priority // table. - } else if (!isSymbolicFont && platformId === 3 && encodingId === 1) { + } else if (platformId === 3 && encodingId === 1) { useTable = true; - canBreak = true; + if (!isSymbolicFont) { + canBreak = true; + } } else if (isSymbolicFont && platformId === 3 && encodingId === 0) { useTable = true; canBreak = true; diff --git a/build/pdf.js b/build/pdf.js index bfc8fdfe2..b31fd9f0e 100644 --- a/build/pdf.js +++ b/build/pdf.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.1145'; -PDFJS.build = '76a24d8'; +PDFJS.version = '1.0.1147'; +PDFJS.build = '6bb0a48'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.worker.js b/build/pdf.worker.js index 276ca19f9..89a2132de 100644 --- a/build/pdf.worker.js +++ b/build/pdf.worker.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.1145'; -PDFJS.build = '76a24d8'; +PDFJS.version = '1.0.1147'; +PDFJS.build = '6bb0a48'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -17275,9 +17275,11 @@ var Font = (function FontClosure() { useTable = true; // Continue the loop since there still may be a higher priority // table. - } else if (!isSymbolicFont && platformId === 3 && encodingId === 1) { + } else if (platformId === 3 && encodingId === 1) { useTable = true; - canBreak = true; + if (!isSymbolicFont) { + canBreak = true; + } } else if (isSymbolicFont && platformId === 3 && encodingId === 0) { useTable = true; canBreak = true; diff --git a/package.json b/package.json index 273f71d52..a02f8e496 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.1145", + "version": "1.0.1147", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",