(xft_find_metric): Set g->g.measured.
authorhanda <handa>
Sun, 6 Jan 2008 14:23:33 +0000 (14:23 +0000)
committerhanda <handa>
Sun, 6 Jan 2008 14:23:33 +0000 (14:23 +0000)
src/m17n-X.c

index acb0904..62e0b1f 100644 (file)
@@ -1206,7 +1206,7 @@ xft_find_metric (MRealizedFont *rfont, MGlyphString *gstring,
            g->g.descent = (extents.height - extents.y) << 6;
          }
        g->g.yadv = 0;
-       g->g.measured = 0;
+       g->g.measured = 1;
       }
 }