We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c380d25 + cdc79a4 commit a662d26Copy full SHA for a662d26
3 files changed
src/core/fonts.js
@@ -1474,9 +1474,6 @@ var Font = (function FontClosure() {
1474
glyphId = (offsetIndex < 0 ?
1475
j : offsets[offsetIndex + j - start]);
1476
glyphId = (glyphId + delta) & 0xFFFF;
1477
- if (glyphId === 0) {
1478
- continue;
1479
- }
1480
mappings.push({
1481
charCode: j,
1482
glyphId: glyphId
test/pdfs/issue8234.pdf
13.4 KB
test/test_manifest.json
@@ -1243,6 +1243,12 @@
1243
"rounds": 1,
1244
"type": "eq"
1245
},
1246
+ { "id": "issue8234",
1247
+ "file": "pdfs/issue8234.pdf",
1248
+ "md5": "32650fc60c51a9813b98bc9876dc15af",
1249
+ "rounds": 1,
1250
+ "type": "eq"
1251
+ },
1252
{ "id": "type4psfunc",
1253
"file": "pdfs/type4psfunc.pdf",
1254
"md5": "7e6027a02ff78577f74dccdf84e37189",
0 commit comments