mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 23:58:07 +02:00
Use widths defined by font for standard fonts.
There doesn't seem to be anything definitive about this in the spec, but from experimenting, it seems acrobat lets PDFs override the widths of the standard fonts.
This commit is contained in:
parent
00b4f86db3
commit
45d9ab6e45
4 changed files with 14 additions and 6 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -357,6 +357,7 @@
|
|||
!issue6298.pdf
|
||||
!issue6889.pdf
|
||||
!bug1001080.pdf
|
||||
!bug1671312_reduced.pdf
|
||||
!issue6108.pdf
|
||||
!issue6113.pdf
|
||||
!openoffice.pdf
|
||||
|
|
BIN
test/pdfs/bug1671312_reduced.pdf
Normal file
BIN
test/pdfs/bug1671312_reduced.pdf
Normal file
Binary file not shown.
|
@ -2259,6 +2259,12 @@
|
|||
"link": false,
|
||||
"type": "text"
|
||||
},
|
||||
{ "id": "bug1671312_reduced",
|
||||
"file": "pdfs/bug1671312_reduced.pdf",
|
||||
"md5": "db13fe3f03a7d0bd0e248f5c2bcb2a5d",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue7020",
|
||||
"file": "pdfs/issue7020.pdf",
|
||||
"md5": "93b464e21c649e64ae92eeafe99fc31b",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue