Browse Source

Fix notdef typo.

Brendan Dahl 12 years ago
parent
commit
6d34d422ae
  1. 2
      src/fonts.js

2
src/fonts.js

@ -5794,7 +5794,7 @@ var CFFFont = (function CFFFontClosure() {
} else { } else {
for (var charcode in encoding) for (var charcode in encoding)
inverseEncoding[encoding[charcode]] = charcode | 0; inverseEncoding[encoding[charcode]] = charcode | 0;
if (charsets[0] === '.notedef') { if (charsets[0] === '.notdef') {
gidStart = 1; gidStart = 1;
} }
} }

Loading…
Cancel
Save