mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Extend getSupplementalGlyphMapForCalibri
with some umlauts (issue 15594)
This commit is contained in:
parent
e00a040a80
commit
3c046c0a21
4 changed files with 110 additions and 0 deletions
|
@ -765,6 +765,7 @@ const getSupplementalGlyphMapForCalibri = getLookupTableFactory(function (t) {
|
|||
t[4] = 65;
|
||||
t[5] = 192;
|
||||
t[6] = 193;
|
||||
t[9] = 196;
|
||||
t[17] = 66;
|
||||
t[18] = 67;
|
||||
t[21] = 268;
|
||||
|
@ -786,6 +787,7 @@ const getSupplementalGlyphMapForCalibri = getLookupTableFactory(function (t) {
|
|||
t[69] = 78;
|
||||
t[75] = 79;
|
||||
t[76] = 210;
|
||||
t[80] = 214;
|
||||
t[87] = 80;
|
||||
t[89] = 81;
|
||||
t[90] = 82;
|
||||
|
@ -794,6 +796,7 @@ const getSupplementalGlyphMapForCalibri = getLookupTableFactory(function (t) {
|
|||
t[97] = 352;
|
||||
t[100] = 84;
|
||||
t[104] = 85;
|
||||
t[109] = 220;
|
||||
t[115] = 86;
|
||||
t[116] = 87;
|
||||
t[121] = 88;
|
||||
|
@ -804,6 +807,7 @@ const getSupplementalGlyphMapForCalibri = getLookupTableFactory(function (t) {
|
|||
t[258] = 97;
|
||||
t[259] = 224;
|
||||
t[260] = 225;
|
||||
t[263] = 228;
|
||||
t[268] = 261;
|
||||
t[271] = 98;
|
||||
t[272] = 99;
|
||||
|
@ -830,6 +834,7 @@ const getSupplementalGlyphMapForCalibri = getLookupTableFactory(function (t) {
|
|||
t[381] = 111;
|
||||
t[382] = 242;
|
||||
t[383] = 243;
|
||||
t[386] = 246;
|
||||
t[393] = 112;
|
||||
t[395] = 113;
|
||||
t[396] = 114;
|
||||
|
@ -839,6 +844,7 @@ const getSupplementalGlyphMapForCalibri = getLookupTableFactory(function (t) {
|
|||
t[403] = 353;
|
||||
t[410] = 116;
|
||||
t[437] = 117;
|
||||
t[442] = 252;
|
||||
t[448] = 118;
|
||||
t[449] = 119;
|
||||
t[454] = 120;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue