updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / freetype2-lcd_ / freetype-2-quantization_fix.patch
blobb4ec9eb31c8870bbcacf8dee9b9519579bbef13d
1 --- aflatin.c 2006-05-18 00:55:04.000000000 +0200
2 +++ aflatin.c 2006-10-28 12:26:17.000000000 +0200
3 @@ -1340,14 +1340,14 @@
4 * We snap the width of vertical stems for the monochrome and
5 * horizontal LCD rendering targets only.
6 */
7 - if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD )
8 + if ( mode == FT_RENDER_MODE_MONO )
9 other_flags |= AF_LATIN_HINTS_HORZ_SNAP;
12 * We snap the width of horizontal stems for the monochrome and
13 * vertical LCD rendering targets only.
15 - if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD_V )
16 + if ( mode == FT_RENDER_MODE_MONO )
17 other_flags |= AF_LATIN_HINTS_VERT_SNAP;