Commit 390ec3844458e38679efbc3a3944c2423a8bff20

Tom Kacvinsky 2000-12-22T07:35:19

Fixed 2000-12-21 entry for ah_hinter_load and ah_hinter_load_glyph to be more general. The problem affected more than synthetic fonts. Added an entry for changes to ahhint.c. I mistakenly committed ahhint.c without removing unnecessay comments. Furthermore, I did not remove some code that I had commented out. Silly me!

diff --git a/ChangeLog b/ChangeLog
index 2f5a516..8102fcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-22  Tom Kacvinsky  <tjk@ams.org>
+
+	* src/autohint/ahhint.c (ah_hinter_load_glyph):
+	Removed unnecessary comments and commented-out code.
+
 2000-12-21  David Turner <david.turner@freetype.org>
 
 	* src/cid/cidafm.c, src/cid/cidafm.h: removed un-needed files, 
@@ -6,9 +11,9 @@
 2000-12-21  Tom Kacvinsky  <tjk@ams.org>
 
 	* src/autohint/ahhint.c (ah_hinter_load, ah_hinter_load_glyph):
-	Changed so that	synthetic fonts render correctly.  Previously,
-	the first glyph	rendered from such a font did not have the
-	tranformation matrix applied.
+	Changed so that fonts with a non-standard FontMatrix render
+	correctly.  Previously, the first glyph rendered from such a
+	font did not have the tranformation matrix applied.
 
 2000-12-17  Werner Lemberg  <wl@gnu.org>