summaryrefslogtreecommitdiff
path: root/user/freetype/0003-Enable-infinality-subpixel-hinting.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-11 21:51:10 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-11 21:51:10 -0500
commitb9e85bbdcf38547ef2ca4e5c2a6e6293bbcd2752 (patch)
treef5670d7c9f6242d85f34a908190db62f1d1aea81 /user/freetype/0003-Enable-infinality-subpixel-hinting.patch
parente54bf24f643b0c44332f4f43dfaf3f8895505b39 (diff)
downloadpackages-b9e85bbdcf38547ef2ca4e5c2a6e6293bbcd2752.tar.gz
packages-b9e85bbdcf38547ef2ca4e5c2a6e6293bbcd2752.tar.bz2
packages-b9e85bbdcf38547ef2ca4e5c2a6e6293bbcd2752.tar.xz
packages-b9e85bbdcf38547ef2ca4e5c2a6e6293bbcd2752.zip
system/freetype: sec bump (this will be moved back to user/ for beta1 rebuild)
Diffstat (limited to 'user/freetype/0003-Enable-infinality-subpixel-hinting.patch')
-rw-r--r--user/freetype/0003-Enable-infinality-subpixel-hinting.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/user/freetype/0003-Enable-infinality-subpixel-hinting.patch b/user/freetype/0003-Enable-infinality-subpixel-hinting.patch
deleted file mode 100644
index bbfa2a2cd..000000000
--- a/user/freetype/0003-Enable-infinality-subpixel-hinting.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 220e96a9a8d7aff6ad0f0f1aa12c79cdb563331c Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
-Date: Mon, 29 Aug 2016 08:43:10 +0200
-Subject: [PATCH 3/3] Enable infinality subpixel hinting
-
----
- include/freetype/config/ftoption.h | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
-index 67a361dd41e0b026..c4812862518b66a6 100644
---- a/include/freetype/config/ftoption.h
-+++ b/include/freetype/config/ftoption.h
-@@ -675,8 +675,8 @@ FT_BEGIN_HEADER
- /* [1] http://www.microsoft.com/typography/cleartype/truetypecleartype.aspx */
- /* */
- /* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING 1 */
--#define TT_CONFIG_OPTION_SUBPIXEL_HINTING 2
--/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING ( 1 | 2 ) */
-+/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING 2 */
-+#define TT_CONFIG_OPTION_SUBPIXEL_HINTING ( 1 | 2 )
-
-
- /*************************************************************************/
---
-2.9.3
-