|
@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {};
|
|
|
}
|
|
|
|
|
|
-PDFJS.version = '1.1.350';
|
|
|
-PDFJS.build = '72ecbec';
|
|
|
+PDFJS.version = '1.1.352';
|
|
|
+PDFJS.build = '977397e';
|
|
|
|
|
|
(function pdfjsWrapper() {
|
|
|
// Use strict in our context only - users might not want it
|
|
@@ -24814,7 +24814,7 @@ var Font = (function FontClosure() {
|
|
|
var isTrueType = !tables['CFF '];
|
|
|
if (!isTrueType) {
|
|
|
// OpenType font
|
|
|
- if (header.version === 'OTTO' ||
|
|
|
+ if ((header.version === 'OTTO' && properties.type !== 'CIDFontType2') ||
|
|
|
!tables.head || !tables.hhea || !tables.maxp || !tables.post) {
|
|
|
// no major tables: throwing everything at CFFFont
|
|
|
cffFile = new Stream(tables['CFF '].data);
|