From 7493ea12de9d04eb58aac0af1c841c4f3859babf Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 2 Jun 2008 07:24:36 +0000 Subject: [PATCH] * include/freetype/config/ftheader.h (FT_UNPATENTED_HINTING_H, FT_INCREMENTAL_H): Added. --- ChangeLog | 5 +++++ include/freetype/config/ftheader.h | 24 ++++++++++++++++++++++++ include/freetype/ttnameid.h | 7 +++++++ 3 files changed, 36 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1b968f80e..92d959c4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-05-01 Werner Lemberg + + * include/freetype/config/ftheader.h (FT_UNPATENTED_HINTING_H, + FT_INCREMENTAL_H): Added. + 2008-05-28 Werner Lemberg * src/tools/docmaker/sources.py (SourceBlock::__init__): While diff --git a/include/freetype/config/ftheader.h b/include/freetype/config/ftheader.h index fd4b8017a..a130d3834 100644 --- a/include/freetype/config/ftheader.h +++ b/include/freetype/config/ftheader.h @@ -693,6 +693,30 @@ #define FT_LCD_FILTER_H + /************************************************************************* + * + * @macro: + * FT_UNPATENTED_HINTING_H + * + * @description: + * A macro used in #include statements to name the file containing the + * FreeType 2 API which performs color filtering for subpixel rendering. + */ +#define FT_UNPATENTED_HINTING_H + + + /************************************************************************* + * + * @macro: + * FT_INCREMENTAL_H + * + * @description: + * A macro used in #include statements to name the file containing the + * FreeType 2 API which performs color filtering for subpixel rendering. + */ +#define FT_INCREMENTAL_H + + /************************************************************************* * * @macro: diff --git a/include/freetype/ttnameid.h b/include/freetype/ttnameid.h index 907543fed..0cddba1b0 100644 --- a/include/freetype/ttnameid.h +++ b/include/freetype/ttnameid.h @@ -26,6 +26,13 @@ FT_BEGIN_HEADER + /*************************************************************************/ + /* */ + /*
*/ + /* truetype_tables */ + /* */ + + /*************************************************************************/ /* */ /* Possible values for the `platform' identifier code in the name */