*** empty log message ***
[m17n/m17n-lib.git] / src / font.h
index 3502402..592fa2a 100644 (file)
@@ -1,5 +1,5 @@
 /* font.h -- header file for the font module.
-   Copyright (C) 2003, 2004
+   Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
      National Institute of Advanced Industrial Science and Technology (AIST)
      Registration Number H15PRO112
 
@@ -244,6 +244,9 @@ struct MFontDriver
                    MFLTGlyphString *in, int from, int to,
                    MFLTGlyphString *out, MFLTGlyphAdjustment *adjustment);
 
+  int (*try_otf) (MFLTFont *font, MFLTOtfSpec *spec,
+                 MFLTGlyphString *in, int from, int to);
+
   int (*iterate_otf_feature) (struct _MFLTFont *font, MFLTOtfSpec *spec,
                              int from, int to, unsigned char *table);
 };