1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Merge pull request #19696 from Snuffleupagus/issue-19695

Extend `getSupplementalGlyphMapForCalibri` with Pound-sign (issue 19695)
This commit is contained in:
Tim van der Meij 2025-03-22 13:21:07 +01:00 committed by GitHub
commit 11e89b74d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 111 additions and 0 deletions

View file

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