(run_otf): Clear combining code for glyphs whose
authorhanda <handa>
Thu, 3 Sep 2009 07:34:59 +0000 (07:34 +0000)
committerhanda <handa>
Thu, 3 Sep 2009 07:34:59 +0000 (07:34 +0000)
positions are adjusted by GPOS table.

src/m17n-flt.c

index 45821a3..315f5cc 100644 (file)
@@ -1775,6 +1775,7 @@ run_otf (int depth,
                            g->descent -= aa->yoff;
                          }
                      }
+                   SET_COMBINING_CODE (g, ctx, 0);
                    g->adjusted = 1;
                  }
            }