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 #8507 from Snuffleupagus/issue-8480

Only special-case OpenType fonts with `CFF` data if it's both a composite (i.e. Type0) font and also has a non-default CID to GID map (issue 8480)
This commit is contained in:
Brendan Dahl 2017-06-23 13:36:58 -07:00 committed by GitHub
commit f1f9d98519
4 changed files with 17 additions and 8 deletions

View file

@ -52,6 +52,7 @@
!issue8125.pdf
!issue8372.pdf
!issue8424.pdf
!issue8480.pdf
!bad-PageLabels.pdf
!filled-background.pdf
!ArabicCIDTrueType.pdf

BIN
test/pdfs/issue8480.pdf Normal file

Binary file not shown.

View file

@ -1149,6 +1149,13 @@
"link": false,
"type": "eq"
},
{ "id": "issue8480",
"file": "pdfs/issue8480.pdf",
"md5": "769bc07bf8041d95667f2d32aaf75665",
"rounds": 1,
"link": false,
"type": "eq"
},
{ "id": "tutorial",
"file": "pdfs/tutorial.pdf",
"md5": "6e122f618c27f3aa9a689423e3be6b8d",