--- src/base/ftlcdfil.c 2009-03-14 14:45:26.000000000 +0100 +++ src/base/ftlcdfil.c 2010-01-18 17:51:02.915154232 +0100 @@ -275,7 +275,7 @@ /* the values here sum up to a value larger than 256, */ /* providing a cheap gamma correction */ static const FT_Byte default_filter[5] = - { 0x10, 0x40, 0x70, 0x40, 0x10 }; + { 0x1C, 0x38, 0x55, 0x38, 0x1C }; if ( library == NULL )