(mfont__ft_drive_otf): Set MGlyph->combining_code
authorhanda <handa>
Mon, 26 Jul 2004 06:38:51 +0000 (06:38 +0000)
committerhanda <handa>
Mon, 26 Jul 2004 06:38:51 +0000 (06:38 +0000)
instead of MGlyph->bidi_sensitive.

src/font-ft.c

index 17f8f27..af01c48 100644 (file)
@@ -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: