mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Fixes CFF test and CFF int16 parsing
This commit is contained in:
parent
93f9efde39
commit
e32ecc44d3
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ describe('font', function() {
|
|||
}
|
||||
|
||||
describe('CFFParser', function() {
|
||||
var parser = new CFFParser(fontData);
|
||||
var parser = new CFFParser(fontData, {});
|
||||
var cff = parser.parse();
|
||||
|
||||
it('parses header', function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue