From: handa Date: Mon, 13 Dec 2010 10:41:02 +0000 (+0000) Subject: (mflt_enable_new_feature): Document it. X-Git-Tag: REL-1-6-3-RC~22 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=321cff23a5f50b3e3c703a2c6e830604362f5b7e;p=m17n%2Fm17n-lib.git (mflt_enable_new_feature): Document it. --- diff --git a/src/m17n-flt.c b/src/m17n-flt.c index ec3fbcc..76f0f99 100644 --- a/src/m17n-flt.c +++ b/src/m17n-flt.c @@ -3107,6 +3107,13 @@ mflt_run (MFLTGlyphString *gstring, int from, int to, return to; } +/***en + @brief Flag to control several new OTF handling commands. + + If the variable mflt_enable_new_feature is nonzero, the function + #mflt_run () can drive a Font Layout Table that contains the new + OTF-related commands ":otf?" and/or OTF feature specification in a + category table. */ int mflt_enable_new_feature; int (*mflt_iterate_otf_feature) (struct _MFLTFont *font,