*** empty log message *** unlabeled-1.4.2
authorhanda <handa>
Thu, 18 Mar 2004 06:40:12 +0000 (06:40 +0000)
committerhanda <handa>
Thu, 18 Mar 2004 06:40:12 +0000 (06:40 +0000)
src/draw.c

index e1882b4..f1a2a68 100644 (file)
@@ -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);