From 6a7b37ab68e6612cbda567aaef790cf9d0c75b59 Mon Sep 17 00:00:00 2001 From: Vivien Nicolas <21@vingtetun.org> Date: Tue, 30 Aug 2011 01:03:39 +0200 Subject: [PATCH] Fix a little typo --- fonts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fonts.js b/fonts.js index a51786c3e..94aee8445 100755 --- a/fonts.js +++ b/fonts.js @@ -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; }