Fix a little typo
This commit is contained in:
parent
e58b076eab
commit
6a7b37ab68
2
fonts.js
2
fonts.js
@ -1703,7 +1703,7 @@ var Type1Parser = function() {
|
|||||||
var index = parseInt(getToken());
|
var index = parseInt(getToken());
|
||||||
var glyph = getToken();
|
var glyph = getToken();
|
||||||
|
|
||||||
if (!properties.differences[j]) {
|
if (!properties.encoding[index]) {
|
||||||
var code = GlyphsUnicode[glyph];
|
var code = GlyphsUnicode[glyph];
|
||||||
properties.glyphs[glyph] = properties.encoding[index] = code;
|
properties.glyphs[glyph] = properties.encoding[index] = code;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user