From b809d96fd77298a058f44b3fc9c1b710dfeae129 Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 5 Oct 2009 10:57:19 +0000 Subject: [PATCH] (mflt_iterate_otf_feature, mflt_font_id): Extern them. --- src/m17n-flt.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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); + /*=*/ /*** @} */ -- 1.7.10.4