mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Fix rebasing
This commit is contained in:
parent
22e938d53f
commit
fa9f9e0a7a
1 changed files with 1 additions and 1 deletions
2
fonts.js
2
fonts.js
|
@ -225,7 +225,7 @@ var FontLoader = {
|
|||
var encoding = fontObj.encoding;
|
||||
var testStr = "";
|
||||
for (var enc in encoding) {
|
||||
testStr += String.fromCharCode(encoding[enc]);
|
||||
testStr += String.fromCharCode(encoding[enc].unicode);
|
||||
if (testStr.length == 10) {
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue