From 02871bb2b2888c5de6ef3938fb15493640b11c40 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 15 Jan 2010 12:12:37 +0000 Subject: [PATCH] (struct MFontDriver): New member try_otf. --- src/font.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/font.h b/src/font.h index 3502402..aaa6c2f 100644 --- a/src/font.h +++ b/src/font.h @@ -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); }; -- 1.7.10.4