From fa8662470869cb02e719f78432bd14caacff58f8 Mon Sep 17 00:00:00 2001 From: Graham Asher Date: Fri, 23 Aug 2002 10:24:19 +0000 Subject: [PATCH] Noted latest changes to CFF sources. --- ChangeLog | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5478243e1..2eba166ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,27 @@ +2002-08-23 Graham Asher + + * /src/cff/cffgload.c (cff_operator_seac) + [FT_CONFIG_OPTION_INCREMENTAL] incremental fonts (actually + not incremental in the case of CFF but just using callbacks + to get glyph recipes) pass the character code, not the glyph + index, to the get_glyph_data function; they have no + valid charset table. + + * /src/cff/cffload.c (cff_font_load) removed special cases + for FT_CONFIG_OPTION_INCREMENTAL, which are no longer + necessary; CFF fonts provided via the incremental interface + now have to conform more closely to the CFF font format. + + * /src/cff/cffload.h (cff_font_load declaration) + removed argument now unneeded. + + * /src/cff/cffobjs.c (cff_face_init) changed call to + cff_font_load to conform with new signature. + 2002-08-22 David Turner - * src/base/ftobject.c, src/base/ftsynth.c, src/base/ftstroker.c, - src/bdf/bdfdrivr.c: removed compiler warnings + * src/base/ftobject.c, src/base/ftsynth.c, src/base/ftstroker.c, + src/bdf/bdfdrivr.c: removed compiler warnings 2002-08-21 Werner Lemberg