ref: 99678c34087155de8a9b224454f925fc1c8b466f
parent: ea48f4588a352381758b85ae29bf8f314f419148
author: Tom Kacvinsky <[email protected]>
date: Sat Mar 17 11:44:23 EST 2001
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.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,17 @@
+2001-03-17 Tom Kacvinsky <[email protected]>
+
+ * 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 <[email protected]>
* 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 <[email protected]>
(cff_get_interface): Added support for getting a glyph name via the
"glyph_name" module interface. Uses the new function