From 390ec3844458e38679efbc3a3944c2423a8bff20 Mon Sep 17 00:00:00 2001 From: Tom Kacvinsky Date: Fri, 22 Dec 2000 07:35:19 +0000 Subject: [PATCH] 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! --- ChangeLog | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2f5a516a5..8102fcb4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-12-22 Tom Kacvinsky + + * src/autohint/ahhint.c (ah_hinter_load_glyph): + Removed unnecessary comments and commented-out code. + 2000-12-21 David Turner * src/cid/cidafm.c, src/cid/cidafm.h: removed un-needed files, @@ -6,9 +11,9 @@ 2000-12-21 Tom Kacvinsky * 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