From: handa Date: Thu, 16 Aug 2007 05:32:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-test.git;a=commitdiff_plain;h=66e7d689d2a48a15908eef1d4e8ab36306e4bbcc *** empty log message *** --- diff --git a/flt.c b/flt.c index 6df60a8..ae17b48 100644 --- a/flt.c +++ b/flt.c @@ -368,11 +368,8 @@ drive_otf (MFLTFont *font, MFLT_OTF_Spec *spec, MFLTGlyph *base = NULL, *mark = NULL, *g; int x_ppem, y_ppem, x_scale, y_scale; - if (OTF_check_features (otf, 1, - spec->script, spec->langsys, - spec->gpos, spec->gpos_count) != 1 - || (OTF_drive_gpos (otf, &otf_gstring, script, langsys, - gpos_features) < 0)) + if (OTF_drive_gpos (otf, &otf_gstring, script, langsys, gpos_features) + < 0) return to; face = ((FontInfo *) font)->face;