[smooth] Placeholder only for library-enabled LCD filtering.

* src/smooth/ftsmooth.c (ft_smooth_init): Add disabled
`FT_Library_SetLcdFilter' call.
color
Alexei Podtelezhnikov 6 years ago
parent 58e48e9287
commit 78db9eecff
  1. 7
      ChangeLog
  2. 4
      src/smooth/ftsmooth.c

@ -1,3 +1,10 @@
2018-11-10 Alexei Podtelezhnikov <apodtele@gmail.com>
[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 <yangx92@hotmail.com>
[psaux] Add safety guard (#54985).

@ -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 );

Loading…
Cancel
Save