mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Let Chrome (and others?) handle Type1 Fonts (TrueType not working yet)
This commit is contained in:
parent
f58983f4e5
commit
cdff127eef
1 changed files with 1 additions and 1 deletions
2
fonts.js
2
fonts.js
|
@ -1656,7 +1656,7 @@ CFF.prototype = {
|
|||
};
|
||||
|
||||
charstrings.sort(function charstrings_sort(a, b) {
|
||||
return a.unicode > b.unicode;
|
||||
return a.unicode - b.unicode;
|
||||
});
|
||||
return charstrings;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue