Commit d4c48e06c062705658bd91e4455fabf33f88bd91

Graham Asher 2003-02-13T17:56:45

Updated changelog: change to incremental interface.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/ChangeLog b/ChangeLog
index c085b56..39cb00d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
-2002-01-31  David Turner  <david@freetype.org>
+2003-02-13  Graham Asher  <graham.asher@btinternet.com>
+
+	* 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  <david@freetype.org>
 
     * docs/CHANGES, docs/VERSION.DLL, docs/TODO: updating documentation for
     the 2.1.4 release