File: enable-subpixel-rendering.patch

package info (click to toggle)
freetype 2.12.1%2Bdfsg-5%2Bdeb12u4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 24,132 kB
  • sloc: ansic: 154,840; python: 5,890; sh: 4,005; cpp: 3,672; xml: 1,409; makefile: 673; perl: 340; awk: 142; javascript: 82
file content (16 lines) | stat: -rw-r--r-- 579 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Enable subpixel rendering to provide LCD colour filtering.
Author: Steve Langasek <vorlon@debian.org>
Forwarded: not-needed
Last-Update: 2021-10-07

--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -123,7 +123,7 @@
    * 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
 
 
   /**************************************************************************