ソースコードの管理場所
Revision | fa5678babf9c748224b3acc8172115ac1938c5dd (tree) |
---|---|
Time | 2016-05-06 20:05:44 |
Author | Hironori Kitagawa <h_kitagawa2001@yaho...> |
Commiter | Hironori Kitagawa |
partially revert the previous commit (I've lost the minimal example of an error)
@@ -914,7 +914,7 @@ luatexbase.add_to_callback( | ||
914 | 914 | local vorg = {}; fmtable.v_origin = vorg |
915 | 915 | local ft = font_getfont(fnum) |
916 | 916 | local subtables = {} |
917 | - if false and ft.specification then | |
917 | + if ft.specification then | |
918 | 918 | for feat_name,v in pairs(ft.specification.features.normal) do |
919 | 919 | if v==true then |
920 | 920 | for _,i in pairs(ft.resources.sequences) do |