shithub: freetype+ttf2subf

Download patch

ref: 2f41b184beea139c96ed73162e851993c7c44edf
parent: fc26ecd9d329eb40783766bdc8b964f702e8baad
author: Werner Lemberg <[email protected]>
date: Tue May 8 09:54:36 EDT 2001

Another small fix from Francesco.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2001-05-08  Francesco Zappa Nardelli  <[email protected]>
 
-	* src/pcfdriver.c: Fixed incorrect bitmap width computation.
+	* src/pcfdriver.c (PCF_Load_Glyph): Fixed incorrect bitmap width
+	computation.
 
 2001-05-08  David Turner  <[email protected]>
 
--- a/src/pcf/pcfdriver.c
+++ b/src/pcf/pcfdriver.c
@@ -220,7 +220,7 @@
       }
     }
 
-    slot->bitmap_left = 0;
+    slot->bitmap_left = metric->leftSideBearing;
     slot->bitmap_top  = metric->ascent;
 
     slot->metrics.horiAdvance  = metric->characterWidth << 6 ;