Browse Source

Merge pull request #3397 from brendandahl/notdef

Fix notdef typo.
Yury Delendik 12 years ago
parent
commit
b421b504c3
  1. 2
      src/fonts.js

2
src/fonts.js

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

Loading…
Cancel
Save