From: handa Date: Mon, 12 Nov 2007 12:28:09 +0000 (+0000) Subject: (compose_glyph_string): Call run_flt with Mcombining for X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=aa1ac062163bbb3c54ef1a39f14d339e6a355632;p=m17n%2Fm17n-lib.git (compose_glyph_string): Call run_flt with Mcombining for combining characters. --- diff --git a/src/draw.c b/src/draw.c index 70f1e5e..976b58b 100644 --- a/src/draw.c +++ b/src/draw.c @@ -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); }