* include/freetype/ftlcdfil.h: Documentation tweak.

This commit is contained in:
Alexei Podtelezhnikov 2015-11-28 22:43:33 -05:00
parent 66cf29b1bc
commit f8c2057789
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2015-11-28 Alexei Podtelezhnikov <apodtele@gmail.com>
* include/freetype/ftlcdfil.h: Documentation tweak.
2015-11-28 Werner Lemberg <wl@gnu.org>
* Version 2.6.2 released.

View File

@ -250,9 +250,8 @@ FT_BEGIN_HEADER
* @description:
* Use this function to override the filter weights selected by
* @FT_Library_SetLcdFilter. By default, FreeType uses the quintuple
* (0x00, 0x55, 0x56, 0x55, 0x00) for FT_LCD_FILTER_LIGHT, and (0x10,
* 0x40, 0x70, 0x40, 0x10) for FT_LCD_FILTER_DEFAULT and
* FT_LCD_FILTER_LEGACY.
* (0x00, 0x55, 0x56, 0x55, 0x00) for FT_LCD_FILTER_LIGHT, and (0x08,
* 0x4D, 0x56, 0x4D, 0x08) for FT_LCD_FILTER_DEFAULT.
*
* @input:
* library ::