fixed missing entries in charstring data
This commit is contained in:
parent
226f3fa3ee
commit
5f133a8c07
2
fonts.js
2
fonts.js
@ -2067,6 +2067,8 @@ var ActualCFF = (function() {
|
||||
var charString = this.parseCharString(charStrings.get(i),
|
||||
defaultWidth, nominalWidth);
|
||||
charstrings.push({unicode: charCode, width: charString.width});
|
||||
} else {
|
||||
charstrings.push({unicode: 0, width: 0});
|
||||
}
|
||||
}
|
||||
return charstrings;
|
||||
|
Loading…
x
Reference in New Issue
Block a user