Browse Source

Fix a little typo

Vivien Nicolas 14 years ago
parent
commit
6a7b37ab68
  1. 2
      fonts.js

2
fonts.js

@ -1703,7 +1703,7 @@ var Type1Parser = function() { @@ -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;
}

Loading…
Cancel
Save