From: handa Date: Tue, 14 Aug 2007 08:04:25 +0000 (+0000) Subject: (mfont__ft_drive_otf): Fix arg to OTF_check_features. X-Git-Tag: after-FLT-merge~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ed6872151679701ed5442b975b4e0721e96d8099;p=m17n%2Fm17n-lib.git (mfont__ft_drive_otf): Fix arg to OTF_check_features. --- diff --git a/src/font-ft.c b/src/font-ft.c index a1b24a6..08f352d 100644 --- a/src/font-ft.c +++ b/src/font-ft.c @@ -2511,7 +2511,7 @@ mfont__ft_drive_otf (MGlyphString *gstring, int from, int to, int size10, size; MGlyph *base = NULL, *mark = NULL; - if (OTF_check_features (otf, 1, + if (OTF_check_features (otf, 0, cap->script_tag, cap->langsys_tag, cap->features[MFONT_OTT_GPOS].tags, cap->features[MFONT_OTT_GPOS].nfeatures) != 1