void-packages/srcpkgs/freetype/patches/enable-subpixel-rendering.patch
2019-07-24 13:00:18 +02:00

11 lines
423 B
Diff

--- include/freetype/config/ftoption.h
+++ include/freetype/config/ftoption.h
@@ -126,7 +126,7 @@
* macro is not defined, FreeType offers alternative LCD rendering
* technology that produces excellent output without LCD filtering.
*/
-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
+#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
/**************************************************************************