(mflt_enable_new_feature): Extern it.
authorhanda <handa>
Fri, 15 Jan 2010 12:11:16 +0000 (12:11 +0000)
committerhanda <handa>
Fri, 15 Jan 2010 12:11:16 +0000 (12:11 +0000)
(mflt_try_otf): Extern it.

src/m17n-flt.h

index 0af01d8..534c227 100644 (file)
@@ -398,6 +398,8 @@ extern MCharTable *mflt_coverage (MFLT *flt);
 extern int mflt_run (MFLTGlyphString *gstring, int from, int to,
                     MFLTFont *font, MFLT *flt);
 
+extern int mflt_enable_new_feature;
+
 extern MSymbol (*mflt_font_id) (MFLTFont *font);
 
 extern int (*mflt_iterate_otf_feature) (MFLTFont *font,
@@ -405,6 +407,9 @@ extern int (*mflt_iterate_otf_feature) (MFLTFont *font,
                                        int from, int to,
                                        unsigned char *table);
 
+extern int (*mflt_try_otf) (struct _MFLTFont *font, MFLTOtfSpec *spec,
+                           MFLTGlyphString *gstring, int from, int to);
+
 /*=*/
 /*** @} */