Another small fix from Francesco.

VER-2-0-4-PATCH
Werner Lemberg 24 years ago
parent 57ce6c1334
commit e46456839c
  1. 3
      ChangeLog
  2. 2
      src/pcf/pcfdriver.c

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

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

Loading…
Cancel
Save