summaryrefslogtreecommitdiff
path: root/include/freetype/config
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2021-06-02 19:05:09 +0200
committerDavid Turner <david@freetype.org>2021-07-12 09:25:22 +0200
commit2f11522a2ab57dd7319e86b38abf4505b0fd4b5f (patch)
tree9649629ce878ec4a657094f50e3ab90950f666aa /include/freetype/config
parent15e889800a2503e20c4d82c1dcfed3ee4b36527a (diff)
downloadfreetype2-2f11522a2ab57dd7319e86b38abf4505b0fd4b5f.tar.gz
Remove experimental auto-hinting 'warp' mode.
This feature was always experimental, and probably nevery worked properly. This patch completely removes it from the source code, except for a documentation block describing it for historical purpose.
Diffstat (limited to 'include/freetype/config')
-rw-r--r--include/freetype/config/ftoption.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
index da4250b08..ab5ab5f9f 100644
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -911,24 +911,6 @@ FT_BEGIN_HEADER
/**************************************************************************
*
- * Compile 'autofit' module with warp hinting. The idea of the warping
- * code is to slightly scale and shift a glyph within a single dimension so
- * that as much of its segments are aligned (more or less) on the grid. To
- * find out the optimal scaling and shifting value, various parameter
- * combinations are tried and scored.
- *
- * You can switch warping on and off with the `warping` property of the
- * auto-hinter (see file `ftdriver.h` for more information; by default it
- * is switched off).
- *
- * This experimental option is not active if the rendering mode is
- * `FT_RENDER_MODE_LIGHT`.
- */
-#define AF_CONFIG_OPTION_USE_WARPER
-
-
- /**************************************************************************
- *
* Use TrueType-like size metrics for 'light' auto-hinting.
*
* It is strongly recommended to avoid this option, which exists only to