OSDN Git Service

luatexja-preset: use CJKShape=NLC/JIS1990.
[luatex-ja/luatexja.git] / src / ltj-jfont.lua
index 5335ed7..1b4d04d 100644 (file)
@@ -3,8 +3,7 @@
 --
 luatexbase.provides_module({
   name = 'luatexja.jfont',
-  date = '2011/06/27',
-  version = '0.1',
+  date = '2011/05/11',
   description = 'Loader for Japanese fonts',
 })
 module('luatexja.jfont', package.seeall)
@@ -236,8 +235,6 @@ function jfontdefY() -- for horizontal font
                     chars = sz.chars, char_type = sz.char_type,
                     kanjiskip = sz.kanjiskip, xkanjiskip = sz.xkanjiskip, 
                    }
-   fmtable.mono_flag = fonts.ids[fn].cidinfo
-      and (not string.match((fonts.ids[fn].name or ''), "+[(pwid)(palt)]"))
       
    fmtable = luatexbase.call_callback("luatexja.define_jfont", fmtable, fn)
    font_metric_table[fn]=fmtable