(load_category_table): If mflt_enable_new_feature is
authorhanda <handa>
Fri, 15 Jan 2010 12:10:47 +0000 (12:10 +0000)
committerhanda <handa>
Fri, 15 Jan 2010 12:10:47 +0000 (12:10 +0000)
commit40b47b4aaf27dd03d58afedd081370bf9ae8790e
treec9ca56ad60810f419dcb6bf1ad9ef480bcef4e58
parent65b5580b0432a188fac31cbdacb50ecffdd80eaf
(load_category_table): If mflt_enable_new_feature is
zero, return NULL for such categories that require the new
feature.
(parse_otf_command): If mflt_enable_new_feature is zero, return
-1.
(load_otf_command): Fix previous change.
(load_flt): Check the return value of load_category_table.
(try_otf): Renamed from run_otf_category.  Call mflt_try_otf
instead of font->drive_otf.
(run_command): Call try_otf instead of run_otf_category.
(m17n_init_flt): Initialize mflt_enable_new_feature to 0,
mflt_try_otf to NULL.
(mflt_enable_new_feature): New variable.
(mflt_try_otf): New variable.
src/m17n-flt.c