From: handa Date: Mon, 5 Oct 2009 10:57:19 +0000 (+0000) Subject: (mflt_iterate_otf_feature, mflt_font_id): Extern them. X-Git-Tag: merge-to-XML~61 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b809d96fd77298a058f44b3fc9c1b710dfeae129;p=m17n%2Fm17n-lib.git (mflt_iterate_otf_feature, mflt_font_id): Extern them. --- diff --git a/src/m17n-flt.h b/src/m17n-flt.h index bea1d6c..fd15eae 100644 --- a/src/m17n-flt.h +++ b/src/m17n-flt.h @@ -255,7 +255,7 @@ typedef struct /***en Unique symbol representing the spec. This is the same as the @ref OTF-SPEC of the FLT. */ /***ja ¤³¤Î»ÅÍͤòɽ¤ï¤¹¥æ¥Ë¡¼¥¯¤Ê¥·¥ó¥Ü¥ë¡£ - FLT ¤Î #OTF-SPEC ¤ÈƱ°ì¤ÎÃͤǤ¢¤ë¡£ */ + FLT ¤Î @ref OTF-SPEC ¤ÈƱ°ì¤ÎÃͤǤ¢¤ë¡£ */ MSymbol sym; /* @{ */ @@ -390,6 +390,13 @@ extern MCharTable *mflt_coverage (MFLT *flt); extern int mflt_run (MFLTGlyphString *gstring, int from, int to, MFLTFont *font, MFLT *flt); +extern MSymbol (*mflt_font_id) (struct _MFLTFont *font); + +extern int (*mflt_iterate_otf_feature) (struct _MFLTFont *font, + MFLTOtfSpec *spec, + int from, int to, + unsigned char *table); + /*=*/ /*** @} */