shithub: freetype+ttf2subf

Download patch

ref: 25500f8cca1eb38cff4f29e2fc50e9e50a947166
parent: c162eac55c86261dafe11ba2c31c4fab93c0f4b1
author: Werner Lemberg <[email protected]>
date: Mon May 30 03:50:39 EDT 2005

Add missing ChangeLog entry.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-05-29  Chia I Wu  <[email protected]>
+
+	* src/base/ftbitmap.c (FT_Bitmap_Embolden): Fix emboldening bitmap
+	of mode FT_PIXEL_MODE_GRAY.  Also add support for mode
+	FT_PIXEL_MODE_LCD and FT_PIXEL_MODE_LCD_V.
+	(ft_bitmap_assure_buffer): FT_PIXEL_MODE_LCD and FT_PIXEL_MODE_LCD_V
+	should have ppb (pixel per byte) 1.
+	Zero the padding when there's no need to allocate memory.
+
+	* src/base/ftsynth.c (FT_GlyphSlot_Embolden): Handle slot->advance
+	too.
+	More suited emboldening strength.
+
 2005-05-28  Chia I Wu  <[email protected]>
 
 	* src/base/ftbitmap.c (FT_Bitmap_Embolden): Handle negative pitch.