Files
BMLFS/patches/freetype-void/enable-subpixel-rendering.patch
2020-10-15 02:48:07 -05:00

12 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
/**************************************************************************