mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 06:38:07 +02:00
Add basic support for non-embedded HelveticaLTStd-Bold fonts (issue 19234)
This commit is contained in:
parent
8985d80aef
commit
189183aa1a
3 changed files with 11 additions and 0 deletions
|
@ -77,6 +77,7 @@ const getStdFontMap = getLookupTableFactory(function (t) {
|
|||
t.CourierNewPSMT = "Courier";
|
||||
t["Helvetica-BoldItalic"] = "Helvetica-BoldOblique";
|
||||
t["Helvetica-Italic"] = "Helvetica-Oblique";
|
||||
t["HelveticaLTStd-Bold"] = "Helvetica-Bold";
|
||||
t["Symbol-Bold"] = "Symbol";
|
||||
t["Symbol-BoldItalic"] = "Symbol";
|
||||
t["Symbol-Italic"] = "Symbol";
|
||||
|
|
1
test/pdfs/issue19234.pdf.link
Normal file
1
test/pdfs/issue19234.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
https://github.com/user-attachments/files/18172261/Tax3921.pdf
|
|
@ -11223,5 +11223,14 @@
|
|||
"rounds": 1,
|
||||
"disableFontFace": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{
|
||||
"id": "issue19234",
|
||||
"file": "pdfs/issue19234.pdf",
|
||||
"md5": "2b57e3c43fa0ae4a606c13df007c202f",
|
||||
"rounds": 1,
|
||||
"link": true,
|
||||
"disableFontFace": true,
|
||||
"type": "eq"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue