Changeset View
Changeset View
Standalone View
Standalone View
files/0002-config-Enabel-subpixel-rendering-infinality-engine.patch
| From 05d2506a97f007d02e0923d0d311a95323c4632d Mon Sep 17 00:00:00 2001 | From 05d2506a97f007d02e0923d0d311a95323c4632d Mon Sep 17 00:00:00 2001 | ||||
| From: Ikey Doherty <ikey@solus-project.com> | From: Ikey Doherty <ikey@solus-project.com> | ||||
| Date: Fri, 9 Dec 2016 02:03:33 +0000 | Date: Fri, 9 Dec 2016 02:03:33 +0000 | ||||
| Subject: [PATCH 2/3] config: Enabel subpixel rendering & infinality engine | Subject: [PATCH 2/3] config: Enabel subpixel rendering & infinality engine | ||||
| Signed-off-by: Ikey Doherty <ikey@solus-project.com> | Signed-off-by: Ikey Doherty <ikey@solus-project.com> | ||||
| --- | --- | ||||
| include/freetype/config/ftoption.h | 6 +++--- | include/freetype/config/ftoption.h | 6 +++--- | ||||
| 1 file changed, 3 insertions(+), 3 deletions(-) | 1 file changed, 3 insertions(+), 3 deletions(-) | ||||
| diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h | diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h | ||||
| index 90c123e..2a6d778 100644 | index 12f47a8..dd47603 100644 | ||||
| --- a/include/freetype/config/ftoption.h | --- a/include/freetype/config/ftoption.h | ||||
| +++ b/include/freetype/config/ftoption.h | +++ b/include/freetype/config/ftoption.h | ||||
| @@ -122,7 +122,7 @@ FT_BEGIN_HEADER | @@ -126,7 +126,7 @@ FT_BEGIN_HEADER | ||||
| /* This is done to allow FreeType clients to run unmodified, forcing */ | * macro is not defined, FreeType offers alternative LCD rendering | ||||
| /* them to display normal gray-level anti-aliased glyphs. */ | * technology that produces excellent output without LCD filtering. | ||||
| /* */ | */ | ||||
| -/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */ | -/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */ | ||||
| +#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING | +#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING | ||||
| /*************************************************************************/ | /************************************************************************** | ||||
| @@ -675,8 +675,8 @@ FT_BEGIN_HEADER | @@ -658,8 +658,8 @@ FT_BEGIN_HEADER | ||||
| /* [1] http://www.microsoft.com/typography/cleartype/truetypecleartype.aspx */ | * 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 2 | ||||
| -/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING ( 1 | 2 ) */ | -/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING ( 1 | 2 ) */ | ||||
| +/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING 2 */ | +/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING 2 */ | ||||
| +#define TT_CONFIG_OPTION_SUBPIXEL_HINTING ( 1 | 2 ) | +#define TT_CONFIG_OPTION_SUBPIXEL_HINTING ( 1 | 2 ) | ||||
| /*************************************************************************/ | /************************************************************************** | ||||
| -- | -- | ||||
| 2.11.0 | 2.24.1 | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.