ref: f9b34b580707c0de388c07b9097b9400d651cbb0
parent: ce12182cfc612a5de6b073197f3f3fa60ca98fa8
author: Graham Asher <[email protected]>
date: Thu Aug 1 11:36:50 EDT 2002
Added note about latest changes to incremental interface.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2002-08-01 Graham Asher <[email protected]>
+ * include/freetype/config/ftheader.h,
+ include/freetype/freetype.h,
+ include/freetype/ftincrem.h,
+ include/freetype/internal/ftobjs.h,
+ src/base/ftobjs.c,
+ src/cid/cidgload.c,
+ src/sfnt/sfobjs.c,
+ src/truetype/ttgload.c,
+ src/truetype/ttobjs.c,
+ src/type1/t1gload.c:
+ Modified incremental loading interface to be closer to David's
+ preferences. The header freetype.h is not now affected,
+ the interface is specified via an FT_Parameter, the pointer to
+ the interface is hidden in an internal part of the face record,
+ and all the definitions are in ftincrem.h.
+
2002-07-30 David Turner <[email protected]>
* include/freetype/ftincrem.h: adding new experimental header file