From 97b9fe91f5d90125f4ee84e82d8421fe6cead10e Mon Sep 17 00:00:00 2001 From: Tom Kacvinsky Date: Wed, 7 Mar 2001 20:56:57 +0000 Subject: [PATCH] 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'. --- ChangeLog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 061b64d65..999e9082a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ 2001-03-07 Tom Kacvinsky - * 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 2001-03-05 Tom Kacvinsky