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:
commit
33f7e86171
2 changed files with 17 additions and 3 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