mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Extend getNonStdFontMap
for non-embedded Impact fonts (bug 1365930)
According to https://en.wikipedia.org/wiki/Impact_(typeface) this font should be available on all current versions of Windows, and with the recently added font-substitution we should actually be able to render it correctly (at least on Windows).
This commit is contained in:
parent
38287d9435
commit
f657de7de2
4 changed files with 8 additions and 0 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -383,6 +383,7 @@
|
|||
!issue4650.pdf
|
||||
!issue6721_reduced.pdf
|
||||
!issue3025.pdf
|
||||
!bug1365930.pdf
|
||||
!french_diacritics.pdf
|
||||
!issue2099-1.pdf
|
||||
!issue3371.pdf
|
||||
|
|
BIN
test/pdfs/bug1365930.pdf
Normal file
BIN
test/pdfs/bug1365930.pdf
Normal file
Binary file not shown.
|
@ -2329,6 +2329,12 @@
|
|||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "bug1365930",
|
||||
"file": "pdfs/bug1365930.pdf",
|
||||
"md5": "0db06efce060d82da16a79e8bd762a1c",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "bug1337429",
|
||||
"file": "pdfs/bug1337429.pdf",
|
||||
"md5": "4e6e4dfdab884e9465bdce657b590028",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue