* include/freetype/config/ftheader.h (FT_UNPATENTED_HINTING_H,

FT_INCREMENTAL_H): Added.
This commit is contained in:
Werner Lemberg 2008-06-02 07:24:36 +00:00
parent e899991b5e
commit 7493ea12de
3 changed files with 36 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-05-01 Werner Lemberg <wl@gnu.org>
* include/freetype/config/ftheader.h (FT_UNPATENTED_HINTING_H,
FT_INCREMENTAL_H): Added.
2008-05-28 Werner Lemberg <wl@gnu.org>
* src/tools/docmaker/sources.py (SourceBlock::__init__): While

View File

@ -693,6 +693,30 @@
#define FT_LCD_FILTER_H <freetype/ftlcdfil.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 <freetype/ttunpat.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 <freetype/ftincrem.h>
/*************************************************************************
*
* @macro:

View File

@ -26,6 +26,13 @@
FT_BEGIN_HEADER
/*************************************************************************/
/* */
/* <Section> */
/* truetype_tables */
/* */
/*************************************************************************/
/* */
/* Possible values for the `platform' identifier code in the name */