mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Extend getGlyphMapForStandardFonts
with additional entries (issue 15977)
This commit is contained in:
parent
2ebbeb7499
commit
808ca828f1
4 changed files with 110 additions and 0 deletions
|
@ -488,6 +488,7 @@ const getGlyphMapForStandardFonts = getLookupTableFactory(function (t) {
|
|||
t[182] = 8217;
|
||||
t[200] = 193;
|
||||
t[203] = 205;
|
||||
t[207] = 211;
|
||||
t[210] = 218;
|
||||
t[223] = 711;
|
||||
t[224] = 321;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue