mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #5770 from Snuffleupagus/opentype-cff
Correctly detect OpenType font files with CFF data
This commit is contained in:
commit
c69ad5885c
4 changed files with 10 additions and 3 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -114,6 +114,7 @@
|
|||
!issue4722.pdf
|
||||
!issue4800.pdf
|
||||
!issue4801.pdf
|
||||
!issue5334.pdf
|
||||
!issue5549.pdf
|
||||
!issue5475.pdf
|
||||
!issue5481.pdf
|
||||
|
|
BIN
test/pdfs/issue5334.pdf
Normal file
BIN
test/pdfs/issue5334.pdf
Normal file
Binary file not shown.
|
@ -421,6 +421,13 @@
|
|||
"rounds": 1,
|
||||
"type": "load"
|
||||
},
|
||||
{ "id": "issue5334",
|
||||
"file": "pdfs/issue5334.pdf",
|
||||
"md5": "5575020f37f6e5b3c43b8183bf7f96ae",
|
||||
"rounds": 1,
|
||||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "bug850854",
|
||||
"file": "pdfs/bug850854.pdf",
|
||||
"md5": "346a034a80120d123b9fefc42bcb11da",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue