From 1d61be4b940504044b956ab8f7b554a1889041d9 Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 26 Jul 2004 06:38:51 +0000 Subject: [PATCH] (mfont__ft_drive_otf): Set MGlyph->combining_code instead of MGlyph->bidi_sensitive. --- 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 17f8f27..af01c48 100644 --- a/src/font-ft.c +++ b/src/font-ft.c @@ -1088,7 +1088,7 @@ mfont__ft_drive_otf (MGlyphString *gstring, int from, int to, g->code, size, &mark_x, &mark_y); g->xoff = (base_x - prev->width) - mark_x; g->yoff = base_y - mark_y; - g->bidi_sensitive = 1; + g->combining_code = MAKE_COMBINING_CODE_BY_CLASS (0); } break; case 5: -- 1.7.10.4