File tree 4 files changed +12
-2
lines changed
4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -3184,9 +3184,11 @@ var Font = (function FontClosure() {
3184
3184
useTable = true ;
3185
3185
// Continue the loop since there still may be a higher priority
3186
3186
// table.
3187
- } else if (! isSymbolicFont && platformId === 3 && encodingId === 1 ) {
3187
+ } else if (platformId === 3 && encodingId === 1 ) {
3188
3188
useTable = true ;
3189
- canBreak = true ;
3189
+ if (!isSymbolicFont ) {
3190
+ canBreak = true ;
3191
+ }
3190
3192
} else if (isSymbolicFont && platformId === 3 && encodingId === 0 ) {
3191
3193
useTable = true ;
3192
3194
canBreak = true ;
Original file line number Diff line number Diff line change 115
115
! issue5475.pdf
116
116
! issue5481.pdf
117
117
! issue5567.pdf
118
+ ! issue5701.pdf
Original file line number Diff line number Diff line change 1699
1699
"type" : " eq" ,
1700
1700
"about" : " Invisible Type3 font used for text selection and searching."
1701
1701
},
1702
+ { "id" : " issue5701" ,
1703
+ "file" : " pdfs/issue5701.pdf" ,
1704
+ "md5" : " 7ec476aee12e8bd6be79140223d329c1" ,
1705
+ "rounds" : 1 ,
1706
+ "link" : false ,
1707
+ "type" : " eq"
1708
+ },
1702
1709
{ "id" : " issue5280" ,
1703
1710
"file" : " pdfs/issue5280.pdf" ,
1704
1711
"md5" : " 0ea1230e2964e74cb6db063a89b78803" ,
You can’t perform that action at this time.
0 commit comments