Noted latest changes to incremental font lolading system.

This commit is contained in:
Graham Asher 2002-08-15 12:24:21 +00:00
parent dfe94fa353
commit c39c3eed31
1 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,15 @@
2002-08-15 Graham Asher <graham.asher@btinternet.com>
* src/cff/cffgload.c, src/cff/cffload.c, src/cff/cffload.h,
src/cff/cffobjs.c [FT_CONFIG_OPTION_INCREMENTAL]:
implemented the incremental font loading system for
the CFF driver. Tested using the GhostScript-to-FreeType
bridge (under development).
* src/cid/cidgload.c [FT_CONFIG_OPTION_INCREMENTAL]:
corrected the incremental font loading implementation to
use the new system introduced on 2002-08-01.
2002-08-06 Werner Lemberg <wl@gnu.org>
* src/cff/cffcmap.c: Remove compiler warnings.