mirror of https://github.com/freetype/freetype
* include/freetype/ftlcdfil.h: Documentation tweak.
This commit is contained in:
parent
66cf29b1bc
commit
f8c2057789
|
@ -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.
|
||||
|
|
|
@ -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 ::
|
||||
|
|
Loading…
Reference in New Issue