|
|
@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { |
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
PDFJS.version = '1.1.350'; |
|
|
|
PDFJS.version = '1.1.352'; |
|
|
|
PDFJS.build = '72ecbec'; |
|
|
|
PDFJS.build = '977397e'; |
|
|
|
|
|
|
|
|
|
|
|
(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
|
|
|
@ -24814,7 +24814,7 @@ var Font = (function FontClosure() { |
|
|
|
var isTrueType = !tables['CFF ']; |
|
|
|
var isTrueType = !tables['CFF ']; |
|
|
|
if (!isTrueType) { |
|
|
|
if (!isTrueType) { |
|
|
|
// OpenType font
|
|
|
|
// OpenType font
|
|
|
|
if (header.version === 'OTTO' || |
|
|
|
if ((header.version === 'OTTO' && properties.type !== 'CIDFontType2') || |
|
|
|
!tables.head || !tables.hhea || !tables.maxp || !tables.post) { |
|
|
|
!tables.head || !tables.hhea || !tables.maxp || !tables.post) { |
|
|
|
// no major tables: throwing everything at CFFFont
|
|
|
|
// no major tables: throwing everything at CFFFont
|
|
|
|
cffFile = new Stream(tables['CFF '].data); |
|
|
|
cffFile = new Stream(tables['CFF '].data); |
|
|
|