mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Extend getSupplementalGlyphMapForCalibri
with Pound-sign (issue 19695)
This commit is contained in:
parent
a229914b46
commit
f90732e4c3
4 changed files with 111 additions and 0 deletions
|
@ -906,6 +906,7 @@ const getSupplementalGlyphMapForCalibri = getLookupTableFactory(function (t) {
|
|||
t[896] = 91;
|
||||
t[897] = 93;
|
||||
t[923] = 64;
|
||||
t[940] = 163;
|
||||
t[1004] = 48;
|
||||
t[1005] = 49;
|
||||
t[1006] = 50;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue