From: handa Date: Thu, 18 Mar 2004 06:40:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5465203dcdf39d53704b6af34aea1430712627e0;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/src/draw.c b/src/draw.c index e1882b4..f1a2a68 100644 --- a/src/draw.c +++ b/src/draw.c @@ -576,6 +576,8 @@ layout_glyphs (MFrame *frame, MGlyphString *gstring, int from, int to) base->ascent = - top; base->descent = bottom; + base->lbearing = lbearing; + base->rbearing = rbearing; if (left < - base->width) { base->xoff = - base->width - left; @@ -1636,7 +1638,7 @@ dump_combining_code (int code) else if (off_y < 0) sprintf (work + 2, "%d", off_y); else if (off_x == 0) - sprintf (work + 2, "-"); + sprintf (work + 2, "."); p = work + strlen (work); if (off_x > 0) sprintf (p, ">%d", off_x);