|
|
@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfCombined = {})); |
|
|
|
// Use strict in our context only - users might not want it
|
|
|
|
// Use strict in our context only - users might not want it
|
|
|
|
'use strict'; |
|
|
|
'use strict'; |
|
|
|
|
|
|
|
|
|
|
|
var pdfjsVersion = '1.4.113'; |
|
|
|
var pdfjsVersion = '1.4.115'; |
|
|
|
var pdfjsBuild = 'a6acf74'; |
|
|
|
var pdfjsBuild = '8402c79'; |
|
|
|
|
|
|
|
|
|
|
|
var pdfjsFilePath = |
|
|
|
var pdfjsFilePath = |
|
|
|
typeof document !== 'undefined' && document.currentScript ? |
|
|
|
typeof document !== 'undefined' && document.currentScript ? |
|
|
@ -36028,7 +36028,7 @@ var Font = (function FontClosure() { |
|
|
|
assert(cid <= 0xffff, 'Max size of CID is 65,535'); |
|
|
|
assert(cid <= 0xffff, 'Max size of CID is 65,535'); |
|
|
|
var glyphId = -1; |
|
|
|
var glyphId = -1; |
|
|
|
if (isCidToGidMapEmpty) { |
|
|
|
if (isCidToGidMapEmpty) { |
|
|
|
glyphId = charCode; |
|
|
|
glyphId = cid; |
|
|
|
} else if (cidToGidMap[cid] !== undefined) { |
|
|
|
} else if (cidToGidMap[cid] !== undefined) { |
|
|
|
glyphId = cidToGidMap[cid]; |
|
|
|
glyphId = cidToGidMap[cid]; |
|
|
|
} |
|
|
|
} |
|
|
|