From: handa Date: Fri, 23 Jul 2004 11:54:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-1-0~76 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d04b48040a2fc73e84b9b7018f331feb154db8e6;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/src/font-ft.c b/src/font-ft.c index 05bd3df..2ca60b8 100644 --- a/src/font-ft.c +++ b/src/font-ft.c @@ -1088,7 +1088,7 @@ mfont__ft_drive_gpos (MGlyphString *gstring, int from, int to) size10 = g->rface->rfont->font.property[MFONT_SIZE]; size = size10 / 10; if (inc < 0) - g = MGLPYH (from + len - 1); + g = MGLYPH (from + len - 1); for (i = 0; i < len; i++, g += inc) { OTF_Glyph *otfg = otf_gstring.glyphs + i;