ref: f8c20577897d17fb8a62e64fa3bf3ebec0691608
parent: 66cf29b1bc869b44863b0de2115bd017dfcce849
author: Alexei Podtelezhnikov <[email protected]>
date: Sat Nov 28 17:43:33 EST 2015
* include/freetype/ftlcdfil.h: Documentation tweak.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-11-28 Alexei Podtelezhnikov <[email protected]>
+
+ * include/freetype/ftlcdfil.h: Documentation tweak.
+
2015-11-28 Werner Lemberg <[email protected]>
* Version 2.6.2 released.
--- a/include/freetype/ftlcdfil.h
+++ b/include/freetype/ftlcdfil.h
@@ -250,9 +250,8 @@
* @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 ::