|
|
|
@ -1848,7 +1848,7 @@ var Type1Parser = function() {
@@ -1848,7 +1848,7 @@ var Type1Parser = function() {
|
|
|
|
|
|
|
|
|
|
if ('undefined' == typeof(properties.differences[index])) { |
|
|
|
|
var mapping = properties.encoding[index] || {}; |
|
|
|
|
mapping.unicode = GlyphsUnicode[glyph] || j; |
|
|
|
|
mapping.unicode = GlyphsUnicode[glyph] || index; |
|
|
|
|
properties.glyphs[glyph] = properties.encoding[index] = mapping; |
|
|
|
|
} |
|
|
|
|
getToken(); // read the in 'put'
|
|
|
|
|