1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Merge pull request #2047 from yurydelendik/font-linux

Fixes fonts on linux
This commit is contained in:
Brendan Dahl 2012-08-29 12:35:25 -07:00
commit 33f7e86171
2 changed files with 17 additions and 3 deletions

View file

@ -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() {