1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Extend getGlyphMapForStandardFonts with some quote-entries (issue 15441)

This commit is contained in:
Jonas Jenwald 2022-09-15 11:35:21 +02:00
parent c21d00ef44
commit 2f2ecad8fd
4 changed files with 113 additions and 0 deletions

View file

@ -482,6 +482,10 @@ const getGlyphMapForStandardFonts = getLookupTableFactory(function (t) {
t[169] = 171;
t[170] = 187;
t[171] = 8230;
t[179] = 8220;
t[180] = 8221;
t[181] = 8216;
t[182] = 8217;
t[200] = 193;
t[203] = 205;
t[210] = 218;