--- pcfdriver.c Tue May 8 12:09:52 2001 +++ pcfdriverNew.c Tue May 8 14:38:41 2001 @@ -158,7 +158,7 @@ metric = face->metrics + glyph_index; bitmap->rows = metric->ascent + metric->descent; - bitmap->width = metric->characterWidth; + bitmap->width = metric->rightSideBearing - metric->leftSideBearing; bitmap->num_grays = 1; bitmap->pixel_mode = ft_pixel_mode_mono; @@ -220,7 +220,7 @@ } } - slot->bitmap_left = 0; + slot->bitmap_left = metric->leftSideBearing; slot->bitmap_top = metric->ascent; slot->metrics.horiAdvance = metric->characterWidth << 6 ;