From: handa Date: Thu, 3 Sep 2009 07:34:59 +0000 (+0000) Subject: (run_otf): Clear combining code for glyphs whose X-Git-Tag: merge-to-XML~73 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c034f5b2476f6ca9f5ea83ab7958065d7aba33c9;p=m17n%2Fm17n-lib.git (run_otf): Clear combining code for glyphs whose positions are adjusted by GPOS table. --- 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; } }