Index: t2objs.c =================================================================== RCS file: /cvsroot/freetype2/src/cff/t2objs.c,v retrieving revision 1.29 diff -u -r1.29 t2objs.c --- t2objs.c 2000/11/23 08:21:13 1.29 +++ t2objs.c 2000/11/30 11:07:04 @@ -400,6 +400,7 @@ root->bbox = dict->font_bbox; root->ascender = (FT_Short)root->bbox.yMax; root->descender = (FT_Short)root->bbox.yMin; + root->height = ( ( root->ascender - root->descender ) * 12 ) / 10; /* retrieve font family & style name */ root->family_name = T2_Get_Name( &cff->name_index, face_index );