mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-28 23:28:16 +02:00
Merge remote branch 'upstream/master'
This commit is contained in:
commit
57b3d28f8f
9 changed files with 97 additions and 92 deletions
4
fonts.js
4
fonts.js
|
@ -1309,7 +1309,7 @@ var Font = (function Font() {
|
|||
return constructor;
|
||||
})();
|
||||
|
||||
/**
|
||||
/*
|
||||
* Type1Parser encapsulate the needed code for parsing a Type1 font
|
||||
* program. Some of its logic depends on the Type2 charstrings
|
||||
* structure.
|
||||
|
@ -1534,7 +1534,7 @@ var Type1Parser = function() {
|
|||
return { charstring: charstring, width: width, lsb: lsb };
|
||||
};
|
||||
|
||||
/**
|
||||
/*
|
||||
* Returns an object containing a Subrs array and a CharStrings
|
||||
* array extracted from and eexec encrypted block of data
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue