summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2022-02-19 10:41:04 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2022-02-19 10:41:04 +0000
commit8e9a1d1ad7c4069aa127b34a72800fbc48c8c994 (patch)
treecbc6d26856c105d6d5a09982da8d583fbeed1992 /lib
parentd6d99f94599c4d42ad1741c89615cf42fa3248be (diff)
enable subpixel rendering in FreeType, ok mpi@ matthieu@
The ClearType colour filtering patents expired in 2019 and various other OS have also made this change since then. https://freetype.org/patents.html
Diffstat (limited to 'lib')
-rw-r--r--lib/freetype/include/freetype/config/ftoption.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/freetype/include/freetype/config/ftoption.h b/lib/freetype/include/freetype/config/ftoption.h
index b7312aa94..6fbf0a229 100644
--- a/lib/freetype/include/freetype/config/ftoption.h
+++ b/lib/freetype/include/freetype/config/ftoption.h
@@ -123,7 +123,7 @@ FT_BEGIN_HEADER
* When this macro is not defined, FreeType offers alternative LCD
* rendering technology that produces excellent output.
*/
-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
+#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
/**************************************************************************