(compose_glyph_string): Call run_flt with Mcombining for
authorhanda <handa>
Mon, 12 Nov 2007 12:28:09 +0000 (12:28 +0000)
committerhanda <handa>
Mon, 12 Nov 2007 12:28:09 +0000 (12:28 +0000)
combining characters.

src/draw.c

index 70f1e5e..976b58b 100644 (file)
@@ -569,7 +569,7 @@ compose_glyph_string (MFrame *frame, MText *mt, int from, int to,
                     && g->rface->rfont->layouter == Mnil)
                i++, g++;
              if (start + 1 < i)
-               run_flt (gstring, start, i, this->rface->rfont, Mt);
+               run_flt (gstring, start, i, this->rface->rfont, Mcombining);
              else
                mfont__get_metric (gstring, start, i);
            }