From d04b48040a2fc73e84b9b7018f331feb154db8e6 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 23 Jul 2004 11:54:10 +0000 Subject: [PATCH] *** empty log message *** --- src/font-ft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.7.10.4