mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Fix tests failures
This commit is contained in:
parent
826e0baf14
commit
41ebb55d75
2 changed files with 3 additions and 2 deletions
4
fonts.js
4
fonts.js
|
@ -2571,9 +2571,9 @@ var Type2CFF = (function() {
|
|||
if (pos == 0) {
|
||||
return ISOAdobeCharset;
|
||||
} else if (pos == 1) {
|
||||
return CFFExpertCharset;
|
||||
return ExpertCharset;
|
||||
} else if (pos == 2) {
|
||||
return CFFExpertSubsetCharset;
|
||||
return ExpertSubsetCharset;
|
||||
}
|
||||
|
||||
var bytes = this.bytes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue