OSDN Git Service

typo
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Thu, 25 Jul 2019 22:44:06 +0000 (07:44 +0900)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Thu, 25 Jul 2019 22:44:06 +0000 (07:44 +0900)
src/ltj-jfmglue.lua

index 4a5534a..d9b0364 100644 (file)
@@ -315,7 +315,7 @@ do -- 002 ---------------------------------------
    local identifiers = fonts.hashes.identifiers
    local function calc_np_notdef(lp)
       local ident = identifiers[getfont(lp)]
-      if not ident.characters[getchar(p)] then
+      if not ident.descriptions[getchar(lp)] then
         local ln = node_next(lp)
         if (ident.shared and ident.shared.features and ident.shared.features.notdef)
            and ln and getid(ln)==id_glyph then