From d4c48e06c062705658bd91e4455fabf33f88bd91 Mon Sep 17 00:00:00 2001 From: Graham Asher Date: Thu, 13 Feb 2003 17:56:45 +0000 Subject: [PATCH] Updated changelog: change to incremental interface. --- ChangeLog | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c085b56ba..39cb00d65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,14 @@ -2002-01-31 David Turner +2003-02-13 Graham Asher + + * include/freetype/ftincrem.h, src/cff/cffgload.c, src/cid/cidgload.c, + src/truetype/ttgload.c, src/type1/t1gload.c + [FT_CONFIG_OPTION_INCREMENTAL]: I have changed the incremental loading + interface in a way that makes it simpler and allows glyph metrics to + be changed (e.g., by adding a constant, as required by CFF fonts) + rather than just overridden. This was required to make the GhsotScript- + to-FreeType bridge work. + +2003-01-31 David Turner * docs/CHANGES, docs/VERSION.DLL, docs/TODO: updating documentation for the 2.1.4 release