From 80b7515e4c262f6b7a1d0dd357f7c400ded78e18 Mon Sep 17 00:00:00 2001 From: Tom Kacvinsky Date: Sat, 17 Mar 2001 16:44:23 +0000 Subject: [PATCH] Added entries for changes to the BBox processing of the CFF driver. Now the Type 1, CID, and CFF drivers match in their BBox processing. --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6a13da506..403d3b877 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,17 @@ +2001-03-17 Tom Kacvinsky + + * src/cff/cffparse.c (cff_parse_font_bbox): Obtain rounded FT_Fixed + values for the bounding box numbers. + + * src/cff/cffobjs.c (CFF_Init_Face): When processing a CFF/CEF font, + set `root->ascender' (`root->descender') to the integer part of + `root->bbox.yMax' (`root->bbox.yMin', respectively). + 2001-03-16 Tom Kacvinsky * src/cff/cffdrivr.c (get_cff_glyph_name): New function. Used in cff_get_interface to facilitate getting a glyph name for glyph index via FT_Get_Glyph_Name(). - Submitted by Sander van der Wal (cff_get_interface): Added support for getting a glyph name via the "glyph_name" module interface. Uses the new function