summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSender Ghost <lightside@gmx.com>2018-06-04 10:49:23 +0200
committerWerner Lemberg <wl@gnu.org>2018-06-04 10:49:23 +0200
commitcc6267722451af26c8f7d318429af6f6d6b6efef (patch)
tree1ea3d5c1c39ac9381d57b6b194b3224f9c808f1b /devel
parentf999375a9a834666f82928f9ad6293d9b25213a5 (diff)
downloadfreetype2-cc6267722451af26c8f7d318429af6f6d6b6efef.tar.gz
Restore accidentally removed, commented-out configuration options.
Diffstat (limited to 'devel')
-rw-r--r--devel/ftoption.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/ftoption.h b/devel/ftoption.h
index db8723820..c5830290d 100644
--- a/devel/ftoption.h
+++ b/devel/ftoption.h
@@ -120,6 +120,7 @@ FT_BEGIN_HEADER
* filtering.
*
*/
+/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
/**************************************************************************
@@ -149,6 +150,7 @@ FT_BEGIN_HEADER
* that to verify that the assembler function works properly, or to
* execute benchmark tests of the various implementations.
*/
+/* #define FT_CONFIG_OPTION_NO_ASSEMBLER */
/**************************************************************************
@@ -212,6 +214,7 @@ FT_BEGIN_HEADER
* it for certain configurations only.
*
*/
+/* #define FT_CONFIG_OPTION_SYSTEM_ZLIB */
/**************************************************************************
@@ -239,6 +242,7 @@ FT_BEGIN_HEADER
* necessary such as memory loading of font files.
*
*/
+/* #define FT_CONFIG_OPTION_DISABLE_STREAM_SUPPORT */
/**************************************************************************
@@ -609,8 +613,9 @@ FT_BEGIN_HEADER
*
* [1] https://www.microsoft.com/typography/cleartype/truetypecleartype.aspx
*
- * #define TT_CONFIG_OPTION_SUBPIXEL_HINTING 1
*/
+/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING 1 */
+/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING 2 */
#define TT_CONFIG_OPTION_SUBPIXEL_HINTING ( 1 | 2 )