mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-23 08:38:06 +02:00
Merge pull request #19562 from Snuffleupagus/issue-19550
Extend `getGlyphMapForStandardFonts` with some Cyrillic entries (issue 19550)
This commit is contained in:
commit
56a683bc3b
4 changed files with 156 additions and 0 deletions
|
@ -543,6 +543,37 @@ const getGlyphMapForStandardFonts = getLookupTableFactory(function (t) {
|
|||
t[337] = 9552;
|
||||
t[493] = 1039;
|
||||
t[494] = 1040;
|
||||
t[570] = 1040;
|
||||
t[571] = 1041;
|
||||
t[572] = 1042;
|
||||
t[573] = 1043;
|
||||
t[574] = 1044;
|
||||
t[575] = 1045;
|
||||
t[576] = 1046;
|
||||
t[577] = 1047;
|
||||
t[578] = 1048;
|
||||
t[579] = 1049;
|
||||
t[580] = 1050;
|
||||
t[581] = 1051;
|
||||
t[582] = 1052;
|
||||
t[583] = 1053;
|
||||
t[584] = 1054;
|
||||
t[585] = 1055;
|
||||
t[586] = 1056;
|
||||
t[587] = 1057;
|
||||
t[588] = 1058;
|
||||
t[589] = 1059;
|
||||
t[590] = 1060;
|
||||
t[591] = 1061;
|
||||
t[592] = 1062;
|
||||
t[593] = 1063;
|
||||
t[594] = 1064;
|
||||
t[595] = 1065;
|
||||
t[596] = 1066;
|
||||
t[597] = 1067;
|
||||
t[598] = 1068;
|
||||
t[599] = 1069;
|
||||
t[600] = 1070;
|
||||
t[672] = 1488;
|
||||
t[673] = 1489;
|
||||
t[674] = 1490;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue