1
0
Fork 0
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:
Jonas Jenwald 2024-12-18 09:36:19 +01:00
parent 8985d80aef
commit 189183aa1a
3 changed files with 11 additions and 0 deletions

View file

@ -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";

View file

@ -0,0 +1 @@
https://github.com/user-attachments/files/18172261/Tax3921.pdf

View file

@ -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"
}
]