mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Extend getGlyphMapForStandardFonts
with some quote-entries (issue 15441)
This commit is contained in:
parent
c21d00ef44
commit
2f2ecad8fd
4 changed files with 113 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue