forked from minhngoc25a/freetype2
Added note about latest changes to incremental interface.
This commit is contained in:
parent
ce12182cfc
commit
f9b34b5807
17
ChangeLog
17
ChangeLog
|
@ -1,3 +1,20 @@
|
|||
2002-08-01 Graham Asher <graham.asher@btinternet.com>
|
||||
* 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 <david@freetype.org>
|
||||
|
||||
* include/freetype/ftincrem.h: adding new experimental header file
|
||||
|
|
Loading…
Reference in New Issue