From: handa Date: Fri, 23 Jul 2004 11:52:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-1-0~77 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d99a642d7975f3a376ad3f020fc2a9f5cddf343;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/src/font-ft.c b/src/font-ft.c index da3adba..05bd3df 100644 --- a/src/font-ft.c +++ b/src/font-ft.c @@ -1129,7 +1129,7 @@ mfont__ft_drive_gpos (MGlyphString *gstring, int from, int to) if (otfg->f.f4.mark_anchor->AnchorFormat != 1) adjust_anchor (otfg->f.f4.mark_anchor, ft_info->ft_face, g, size, &mark_x, &mark_y); - g->xoff = (base_x - prev->width) - mark_x; + g->xoff = (base_x - (g - inc)->width) - mark_x; g->yoff = base_y - mark_y; if (inc < 0) {