diff --git a/ChangeLog b/ChangeLog index 3b7c47c1b..267315203 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2018-11-10 Alexei Podtelezhnikov + + [smooth] Placeholder only for library-enabled LCD filtering. + + * src/smooth/ftsmooth.c (ft_smooth_init): Add disabled + `FT_Library_SetLcdFilter' call. + 2018-11-09 Young Xiao [psaux] Add safety guard (#54985). diff --git a/src/smooth/ftsmooth.c b/src/smooth/ftsmooth.c index 41aca31df..cdae25391 100644 --- a/src/smooth/ftsmooth.c +++ b/src/smooth/ftsmooth.c @@ -44,6 +44,10 @@ sub[2].x = 21; sub[2].y = 0; +#elif 0 /* or else, once ClearType patents expire */ + + FT_Library_SetLcdFilter( render->root.library, FT_LCD_FILTER_DEFAULT ); + #endif render->clazz->raster_class->raster_reset( render->raster, NULL, 0 );