Let Chrome (and others?) handle Type1 Fonts (TrueType not working yet)

This commit is contained in:
Vivien Nicolas 2011-07-03 14:52:00 +02:00
parent f58983f4e5
commit cdff127eef

View File

@ -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;
},