(struct MFontDriver): New member try_otf.
authorhanda <handa>
Fri, 15 Jan 2010 12:12:37 +0000 (12:12 +0000)
committerhanda <handa>
Fri, 15 Jan 2010 12:12:37 +0000 (12:12 +0000)
src/font.h

index 3502402..aaa6c2f 100644 (file)
@@ -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);
 };