From c034f5b2476f6ca9f5ea83ab7958065d7aba33c9 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 3 Sep 2009 07:34:59 +0000 Subject: [PATCH] (run_otf): Clear combining code for glyphs whose positions are adjusted by GPOS table. --- src/m17n-flt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/m17n-flt.c b/src/m17n-flt.c index 45821a3..315f5cc 100644 --- a/src/m17n-flt.c +++ b/src/m17n-flt.c @@ -1775,6 +1775,7 @@ run_otf (int depth, g->descent -= aa->yoff; } } + SET_COMBINING_CODE (g, ctx, 0); g->adjusted = 1; } } -- 1.7.10.4