(mflt_iterate_otf_feature, mflt_font_id): Extern them.
authorhanda <handa>
Mon, 5 Oct 2009 10:57:19 +0000 (10:57 +0000)
committerhanda <handa>
Mon, 5 Oct 2009 10:57:19 +0000 (10:57 +0000)
src/m17n-flt.h

index bea1d6c..fd15eae 100644 (file)
@@ -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);
+
 /*=*/
 /*** @} */