summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Kacvinsky <tom.kacvinsky@3ds.com>2001-03-17 16:44:23 +0000
committerTom Kacvinsky <tom.kacvinsky@3ds.com>2001-03-17 16:44:23 +0000
commit80b7515e4c262f6b7a1d0dd357f7c400ded78e18 (patch)
tree1917a2d4e0a3ee06fe182ea3b387deadc6b58fdb
parent6456da1235d10d790ac8f17399c901456cd3b016 (diff)
downloadfreetype2-80b7515e4c262f6b7a1d0dd357f7c400ded78e18.tar.gz
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.
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a13da506..403d3b877 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,17 @@
+2001-03-17 Tom Kacvinsky <tjk@ams.org>
+
+ * 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 <tjk@ams.org>
* 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 <svdwal@xs4all.nl>
(cff_get_interface): Added support for getting a glyph name via the
"glyph_name" module interface. Uses the new function