From 6d34d422ae0500041921aa6d09ccb545857b824c Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Wed, 26 Jun 2013 09:53:51 -0700 Subject: [PATCH] Fix notdef typo. --- src/fonts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fonts.js b/src/fonts.js index 289a2dd9c..6ee5a2a73 100644 --- a/src/fonts.js +++ b/src/fonts.js @@ -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; } }