summarylogtreecommitdiffstats
path: root/0001-subpixel-disable-quantization.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-subpixel-disable-quantization.patch')
-rw-r--r--0001-subpixel-disable-quantization.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/0001-subpixel-disable-quantization.patch b/0001-subpixel-disable-quantization.patch
deleted file mode 100644
index 3254f49df9c6..000000000000
--- a/0001-subpixel-disable-quantization.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -Naur a/src/autofit/aflatin.c b/src/autofit/aflatin.c
---- a/src/autofit/aflatin.c 2014-11-19 16:37:26.000000000 -0500
-+++ b/src/autofit/aflatin.c 2015-04-21 18:35:03.311094903 -0400
-@@ -1973,14 +1973,14 @@
- * We snap the width of vertical stems for the monochrome and
- * horizontal LCD rendering targets only.
- */
-- if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD )
-+ if ( mode == FT_RENDER_MODE_MONO )
- other_flags |= AF_LATIN_HINTS_HORZ_SNAP;
-
- /*
- * We snap the width of horizontal stems for the monochrome and
- * vertical LCD rendering targets only.
- */
-- if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD_V )
-+ if ( mode == FT_RENDER_MODE_MONO )
- other_flags |= AF_LATIN_HINTS_VERT_SNAP;
-
- /*