1
0
Fork 0
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:
Vivien Nicolas 2011-08-26 17:19:53 +02:00
commit 57b3d28f8f
9 changed files with 97 additions and 92 deletions

View file

@ -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
*/