ref: a20e15bc0dd62127905458f8fc5bdd0eadc07323
parent: bdcfd5246deac5077364436264eab93e91feb84b
author: Tom Kacvinsky <[email protected]>
date: Wed Mar 7 15:56:57 EST 2001
Added entry: * src/type1/t1objs.c (T1_Init_Face): Minor correction: we must wait until parse_font_bbox is changed before we use logical shift rights in the assignments of `root->ascender', `root->descender', and `root->max_advance_width'.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
2001-03-07 Tom Kacvinsky <[email protected]>
- * src/type1/t1objs.c (T1_Done_Face): Free `char_name' table to
- avoid a memory leak.
+ * src/type1/t1objs.c (T1_Init_Face): Minor correction: we must wait
+ until parse_font_bbox is changed before we use logical shift rights
+ in the assignments of `root->ascender', `root->descender', and
+ `root->max_advance_width'.
+
+ (T1_Done_Face): Free `char_name' table to avoid a memory leak.
Submitted by Sander van der Wal <[email protected]>
2001-03-05 Tom Kacvinsky <[email protected]>