summaryrefslogtreecommitdiff
path: root/include/freetype/config/ftheader.h
diff options
context:
space:
mode:
authorNikolaus Waxweiler <madigens@gmail.com>2016-01-28 14:11:14 +0100
committerWerner Lemberg <wl@gnu.org>2016-01-28 14:11:14 +0100
commit1d8d0b4ef962592d8f0f856a411140b8997f86fa (patch)
tree44695514b09e5adbbee6c24558f3fff0c5dde4d8 /include/freetype/config/ftheader.h
parent5b7871be12beeb7571e757560c6e76d9f7c8a648 (diff)
downloadfreetype2-1d8d0b4ef962592d8f0f856a411140b8997f86fa.tar.gz
Remove unpatented hinter (3/3).
* include/freetype/config/ftoption.h (TT_CONFIG_OPTION_UNPATENTED_HINTING): Remove. * include/freetype/internal/ftobjs.h (FT_Face_InternalRec): Remove `ignore_unpatented_hinter' field. Update users. (FT_DEBUG_HOOK_UNPATENTED_HINTING): Remove. Update users. * include/freetype/internal/tttypes.h (TT_FaceRec): Remove `unpatented_hinting' field. Update users. * src/base/ftpatent.c (_tt_check_patents_in_range, _tt_check_patents_in_table, _tt_face_check_patents): Remove. (FT_Face_CheckTrueTypePatents, FT_Face_SetUnpatentedHinting): Replace code with dummies. * src/truetype/ttobjs.c (tt_face_init): Remove now defunct code. * src/truetype/ttobjs.h (TT_GraphicsState): Remove `both_x_axis' field.
Diffstat (limited to 'include/freetype/config/ftheader.h')
-rw-r--r--include/freetype/config/ftheader.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/freetype/config/ftheader.h b/include/freetype/config/ftheader.h
index 4c2f108f4..68e14834d 100644
--- a/include/freetype/config/ftheader.h
+++ b/include/freetype/config/ftheader.h
@@ -753,8 +753,7 @@
* 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.
+ * Deprecated.
*/
#define FT_UNPATENTED_HINTING_H <freetype/ttunpat.h>
@@ -766,7 +765,7 @@
*
* @description:
* A macro used in #include statements to name the file containing the
- * FreeType~2 API which performs color filtering for subpixel rendering.
+ * FreeType~2 API which performs incremental glyph loading.
*/
#define FT_INCREMENTAL_H <freetype/ftincrem.h>