From: handa Date: Thu, 5 Aug 2004 08:35:59 +0000 (+0000) Subject: (mfont__ft_drive_otf): Fix previous change. X-Git-Tag: REL-1-1-0~34 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af8429adf3a1540094bab8b5a38f9aae14283223;p=m17n%2Fm17n-lib.git (mfont__ft_drive_otf): Fix previous change. --- diff --git a/src/font-ft.c b/src/font-ft.c index 426bc4f..fb5094e 100644 --- a/src/font-ft.c +++ b/src/font-ft.c @@ -1106,9 +1106,9 @@ mfont__ft_drive_otf (MGlyphString *gstring, int from, int to, /* Not yet supported. */ break; } - if (g->GlyphClass == OTF_GlyphClass0) + if (otfg->GlyphClass == OTF_GlyphClass0) base = mark = g; - else if (g->GlyphClass == OTF_GlyphMark) + else if (otfg->GlyphClass == OTF_GlyphClassMark) mark = g; else base = g;