Skip to content

Commit

Permalink
Merge pull request #5245 from Snuffleupagus/issue-5244
Browse files Browse the repository at this point in the history
Further amend GlyphMapForStandardFonts (issue 5244)
  • Loading branch information
yurydelendik committed Sep 16, 2014
2 parents ffb613b + be595d0 commit 15681ad
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/core/fonts.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,11 @@ var GlyphMapForStandardFonts = {
'156': 8747, '157': 170, '158': 186, '159': 8486, '160': 230, '161': 248,
'162': 191, '163': 161, '164': 172, '165': 8730, '166': 402, '167': 8776,
'168': 8710, '169': 171, '170': 187, '171': 8230, '210': 218, '223': 711,
'227': 353, '229': 382, '234': 253, '253': 268, '254': 269, '258': 258,
'268': 283, '269': 313, '278': 328, '284': 345, '292': 367, '305': 963,
'224': 321, '225': 322, '227': 353, '229': 382, '234': 253, '252': 263,
'253': 268, '254': 269, '258': 258, '260': 260, '261': 261, '265': 280,
'266': 281, '268': 283, '269': 313, '275': 323, '276': 324, '278': 328,
'284': 345, '285': 346, '286': 347, '292': 367, '295': 377, '296': 378,
'298': 380, '305': 963,
'306': 964, '307': 966, '308': 8215, '309': 8252, '310': 8319, '311': 8359,
'312': 8592, '313': 8593, '337': 9552, '493': 1039, '494': 1040, '705': 1524,
'706': 8362, '710': 64288, '711': 64298, '759': 1617, '761': 1776,
Expand Down
1 change: 1 addition & 0 deletions test/pdfs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
!issue4668.pdf
!issue5039.pdf
!issue5070.pdf
!issue5244.pdf
!gradientfill.pdf
!bug903856.pdf
!bug850854.pdf
Expand Down
Binary file added test/pdfs/issue5244.pdf
Binary file not shown.
7 changes: 7 additions & 0 deletions test/test_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,13 @@
"rounds": 1,
"type": "eq"
},
{ "id": "issue5244",
"file": "pdfs/issue5244.pdf",
"md5": "a50cd364c3976c744627b4b9bb90c761",
"link": false,
"rounds": 1,
"type": "eq"
},
{ "id": "zerowidthline",
"file": "pdfs/zerowidthline.pdf",
"md5": "295d26e61a85635433f8e4b768953f60",
Expand Down

0 comments on commit 15681ad

Please sign in to comment.