|
|
@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { |
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
PDFJS.version = '1.0.835'; |
|
|
|
PDFJS.version = '1.0.837'; |
|
|
|
PDFJS.build = '8539cd6'; |
|
|
|
PDFJS.build = '744c8e8'; |
|
|
|
|
|
|
|
|
|
|
|
(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
|
|
|
@ -22489,6 +22489,13 @@ var Font = (function FontClosure() { |
|
|
|
} |
|
|
|
} |
|
|
|
this.toFontChar[charCode] = fontChar; |
|
|
|
this.toFontChar[charCode] = fontChar; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
for (charCode in properties.differences) { |
|
|
|
|
|
|
|
fontChar = GlyphsUnicode[properties.differences[charCode]]; |
|
|
|
|
|
|
|
if (!fontChar) { |
|
|
|
|
|
|
|
continue; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
this.toFontChar[charCode] = fontChar; |
|
|
|
|
|
|
|
} |
|
|
|
} else if (/Dingbats/i.test(fontName)) { |
|
|
|
} else if (/Dingbats/i.test(fontName)) { |
|
|
|
var dingbats = Encodings.ZapfDingbatsEncoding; |
|
|
|
var dingbats = Encodings.ZapfDingbatsEncoding; |
|
|
|
for (charCode in dingbats) { |
|
|
|
for (charCode in dingbats) { |
|
|
|