|
@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {};
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {};
|
|
}
|
|
}
|
|
|
|
|
|
-PDFJS.version = '1.0.1147';
|
|
|
|
-PDFJS.build = '6bb0a48';
|
|
|
|
|
|
+PDFJS.version = '1.0.1149';
|
|
|
|
+PDFJS.build = 'bc7a110';
|
|
|
|
|
|
(function pdfjsWrapper() {
|
|
(function pdfjsWrapper() {
|
|
// Use strict in our context only - users might not want it
|
|
// Use strict in our context only - users might not want it
|
|
@@ -23600,7 +23600,8 @@ var Font = (function FontClosure() {
|
|
useTable = true;
|
|
useTable = true;
|
|
// Continue the loop since there still may be a higher priority
|
|
// Continue the loop since there still may be a higher priority
|
|
// table.
|
|
// table.
|
|
- } else if (platformId === 3 && encodingId === 1) {
|
|
|
|
|
|
+ } else if (platformId === 3 && encodingId === 1 &&
|
|
|
|
+ (!isSymbolicFont || !potentialTable)) {
|
|
useTable = true;
|
|
useTable = true;
|
|
if (!isSymbolicFont) {
|
|
if (!isSymbolicFont) {
|
|
canBreak = true;
|
|
canBreak = true;
|