mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 07:38:07 +02:00
Merge pull request #7904 from Snuffleupagus/issue-7901
Further adjust the heuristics used to detect OpenType font files with CFF data, to ensure that all Type0 fonts are handled the same way regardless of font Subtype (issue 7901)
This commit is contained in:
commit
1fda987a4c
4 changed files with 10 additions and 2 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -44,6 +44,7 @@
|
|||
!issue7835.pdf
|
||||
!issue7855.pdf
|
||||
!issue7872.pdf
|
||||
!issue7901.pdf
|
||||
!bad-PageLabels.pdf
|
||||
!filled-background.pdf
|
||||
!ArabicCIDTrueType.pdf
|
||||
|
|
BIN
test/pdfs/issue7901.pdf
Normal file
BIN
test/pdfs/issue7901.pdf
Normal file
Binary file not shown.
|
@ -1113,6 +1113,13 @@
|
|||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue7901",
|
||||
"file": "pdfs/issue7901.pdf",
|
||||
"md5": "16059a3af6e81ae9272daa57ea03e6e9",
|
||||
"rounds": 1,
|
||||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "tutorial",
|
||||
"file": "pdfs/tutorial.pdf",
|
||||
"md5": "6e122f618c27f3aa9a689423e3be6b8d",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue