mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +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;
|
||||
|
|
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -661,6 +661,7 @@
|
|||
!bug1868759.pdf
|
||||
!issue17730.pdf
|
||||
!bug1883609.pdf
|
||||
!issue19550.pdf
|
||||
!issue17808.pdf
|
||||
!issue17871_bottom_right.pdf
|
||||
!issue17871_top_right.pdf
|
||||
|
|
117
test/pdfs/issue19550.pdf
Normal file
117
test/pdfs/issue19550.pdf
Normal file
File diff suppressed because one or more lines are too long
|
@ -3906,6 +3906,13 @@
|
|||
"7R": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "issue19550",
|
||||
"file": "pdfs/issue19550.pdf",
|
||||
"md5": "4c978bd99348789e05dad1d2a919ddf0",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{
|
||||
"id": "issue1127-text",
|
||||
"file": "pdfs/issue1127.pdf",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue