From 78d85b9c84f404025e287449695dc3e26d8c276c Mon Sep 17 00:00:00 2001 From: Nikhil Ramakrishnan Date: Mon, 4 Jun 2018 18:42:29 +0530 Subject: Restore missing comment lines and other minor fixes --- devel/ftoption.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'devel') diff --git a/devel/ftoption.h b/devel/ftoption.h index c5830290d..3aff1f42e 100644 --- a/devel/ftoption.h +++ b/devel/ftoption.h @@ -118,7 +118,6 @@ FT_BEGIN_HEADER * When this macro is not defined, FreeType offers alternative LCD * rendering technology that produces excellent output without LCD * filtering. - * */ /* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */ @@ -212,7 +211,6 @@ FT_BEGIN_HEADER * * Do not #undef this macro here since the build system might define * it for certain configurations only. - * */ /* #define FT_CONFIG_OPTION_SYSTEM_ZLIB */ @@ -240,7 +238,6 @@ FT_BEGIN_HEADER * systems that have multiple system libraries, some with or without * file stream support, in the cases where file stream support is not * necessary such as memory loading of font files. - * */ /* #define FT_CONFIG_OPTION_DISABLE_STREAM_SUPPORT */ @@ -532,6 +529,7 @@ FT_BEGIN_HEADER * TrueType CMap support * * Here you can fine-tune which TrueType CMap table format shall be + * supported. */ #define TT_CONFIG_CMAP_FORMAT_0 #define TT_CONFIG_CMAP_FORMAT_2 @@ -612,7 +610,6 @@ FT_BEGIN_HEADER * defined. * * [1] https://www.microsoft.com/typography/cleartype/truetypecleartype.aspx - * */ /* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING 1 */ /* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING 2 */ -- cgit v1.2.1