shithub: freetype+ttf2subf

Download patch

ref: 7493ea12de9d04eb58aac0af1c841c4f3859babf
parent: e899991b5e729b48ed219e15727c6fbb39c7e18f
author: Werner Lemberg <[email protected]>
date: Mon Jun 2 03:24:36 EDT 2008

* include/freetype/config/ftheader.h (FT_UNPATENTED_HINTING_H,
FT_INCREMENTAL_H): Added.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-01  Werner Lemberg  <[email protected]>
+
+	* include/freetype/config/ftheader.h (FT_UNPATENTED_HINTING_H,
+	FT_INCREMENTAL_H): Added.
+
 2008-05-28  Werner Lemberg  <[email protected]>
 
 	* src/tools/docmaker/sources.py (SourceBlock::__init__): While
--- a/include/freetype/config/ftheader.h
+++ b/include/freetype/config/ftheader.h
@@ -696,6 +696,30 @@
   /*************************************************************************
    *
    * @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:
    *   FT_GASP_H
    *
    * @description:
--- a/include/freetype/ttnameid.h
+++ b/include/freetype/ttnameid.h
@@ -28,6 +28,13 @@
 
   /*************************************************************************/
   /*                                                                       */
+  /* <Section>                                                             */
+  /*    truetype_tables                                                    */
+  /*                                                                       */
+
+
+  /*************************************************************************/
+  /*                                                                       */
   /* Possible values for the `platform' identifier code in the name        */
   /* records of the TTF `name' table.                                      */
   /*                                                                       */