From 321cff23a5f50b3e3c703a2c6e830604362f5b7e Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 13 Dec 2010 10:41:02 +0000 Subject: [PATCH] (mflt_enable_new_feature): Document it. --- src/m17n-flt.c | 7 +++++++ 1 file changed, 7 insertions(+) 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, -- 1.7.10.4