Another small fix from Francesco.

This commit is contained in:
Werner Lemberg 2001-05-08 13:54:36 +00:00
parent 57ce6c1334
commit e46456839c
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
2001-05-08 Francesco Zappa Nardelli <Francesco.Zappa.Nardelli@ens.fr>
* src/pcfdriver.c: Fixed incorrect bitmap width computation.
* src/pcfdriver.c (PCF_Load_Glyph): Fixed incorrect bitmap width
computation.
2001-05-08 David Turner <david@freetype.org>

View File

@ -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 ;