ref: 390ec3844458e38679efbc3a3944c2423a8bff20
parent: 45fbecbba39cb2b894591b9d57342303bef19500
author: Tom Kacvinsky <[email protected]>
date: Fri Dec 22 02:35:19 EST 2000
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!
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-22 Tom Kacvinsky <[email protected]>
+
+ * src/autohint/ahhint.c (ah_hinter_load_glyph):
+ Removed unnecessary comments and commented-out code.
+
2000-12-21 David Turner <[email protected]>
* src/cid/cidafm.c, src/cid/cidafm.h: removed un-needed files,
@@ -6,9 +11,9 @@
2000-12-21 Tom Kacvinsky <[email protected]>
* 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 <[email protected]>