diff --git a/ChangeLog b/ChangeLog index 4b08fc67d..d64f42610 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2001-05-08 Francesco Zappa Nardelli - * src/pcfdriver.c: Fixed incorrect bitmap width computation. + * src/pcfdriver.c (PCF_Load_Glyph): Fixed incorrect bitmap width + computation. 2001-05-08 David Turner diff --git a/src/pcf/pcfdriver.c b/src/pcf/pcfdriver.c index bdcb7a749..a3c4c930e 100644 --- a/src/pcf/pcfdriver.c +++ b/src/pcf/pcfdriver.c @@ -220,7 +220,7 @@ THE SOFTWARE. } } - slot->bitmap_left = 0; + slot->bitmap_left = metric->leftSideBearing; slot->bitmap_top = metric->ascent; slot->metrics.horiAdvance = metric->characterWidth << 6 ;