From e46456839c0483875ab4c1e905426b97dfb230eb Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 8 May 2001 13:54:36 +0000 Subject: [PATCH] Another small fix from Francesco. --- ChangeLog | 3 ++- src/pcf/pcfdriver.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 ;