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'.
This commit is contained in:
parent
bdcfd5246d
commit
a20e15bc0d
|
@ -1,7 +1,11 @@
|
||||||
2001-03-07 Tom Kacvinsky <tjk@ams.org>
|
2001-03-07 Tom Kacvinsky <tjk@ams.org>
|
||||||
|
|
||||||
* src/type1/t1objs.c (T1_Done_Face): Free `char_name' table to
|
* src/type1/t1objs.c (T1_Init_Face): Minor correction: we must wait
|
||||||
avoid a memory leak.
|
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 <svdwal@xs4all.nl>
|
Submitted by Sander van der Wal <svdwal@xs4all.nl>
|
||||||
|
|
||||||
2001-03-05 Tom Kacvinsky <tjk@ams.org>
|
2001-03-05 Tom Kacvinsky <tjk@ams.org>
|
||||||
|
|
Loading…
Reference in New Issue