From db0182f0560adbac0d225ff33a5b79e17a90a5b6 Mon Sep 17 00:00:00 2001 From: David Turner Date: Wed, 14 Dec 2005 21:16:33 +0000 Subject: [PATCH] small update --- ChangeLog | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 747f487b8..b103a8d51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,7 +12,21 @@ same location than other generated objects (i.e. within the 'objs' directory of the current dir) - * src/sfnt/ + * include/freetype/config/ftoption.h, + include/freetype/config/ftstdlib.h, + include/freetype/internal/tttypes.h, + src/sfnt/Jamfile, src/sfnt/rules.mk, src/sfnt/sfdriver.c, + src/sfnt/ttbdf.h, src/sfnt/ttbdf.c, src/sfnt/sfobjs.c: + + Added support for an embedded 'BDF ' table within SFNT-based + bitmap font files. This is used to store atoms & properties from + the original BDF fonts that were used to generate the font file. + + the feature is controled by TT_CONFIG_OPTION_BDF within 'ftoption.h' + and is used to implement FT_Get_BDF_Property for these font files. + + At the moment, this is still experimental, the BDF table format isn't + cast into stone yet. 2005-12-07 Werner Lemberg