mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Updates make.js for cmaps and make binary cmaps by default
This commit is contained in:
parent
734d6f346e
commit
1d8f6cf0e7
4 changed files with 35 additions and 23 deletions
2
external/cmapscompress/parse.js
vendored
2
external/cmapscompress/parse.js
vendored
|
@ -23,7 +23,7 @@ exports.parseAdobeCMap = function (content) {
|
|||
var result = {
|
||||
type: 1,
|
||||
wmode: 0,
|
||||
comment: 'Copyright 1990-2009 Adobe Systems Incorporated.\nAll rights reserved.\nhttp://sourceforge.net/adobe/cmap/wiki/License/',
|
||||
comment: 'Copyright 1990-2009 Adobe Systems Incorporated.\nAll rights reserved.\nSee ./LICENSE',
|
||||
usecmap: null,
|
||||
body: []
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue