Fix a little typo

This commit is contained in:
Vivien Nicolas 2011-08-30 01:03:39 +02:00
parent e58b076eab
commit 6a7b37ab68

View File

@ -1703,7 +1703,7 @@ var Type1Parser = function() {
var index = parseInt(getToken());
var glyph = getToken();
if (!properties.differences[j]) {
if (!properties.encoding[index]) {
var code = GlyphsUnicode[glyph];
properties.glyphs[glyph] = properties.encoding[index] = code;
}