mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Fix a little typo
This commit is contained in:
parent
e58b076eab
commit
6a7b37ab68
1 changed files with 1 additions and 1 deletions
2
fonts.js
2
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue