From: handa Date: Fri, 15 Jan 2010 12:12:37 +0000 (+0000) Subject: (struct MFontDriver): New member try_otf. X-Git-Tag: merge-to-XML~13 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=02871bb2b2888c5de6ef3938fb15493640b11c40;p=m17n%2Fm17n-lib.git (struct MFontDriver): New member try_otf. --- 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); };