ref: 21eb64ebeb45928f7df1305c58fd567a4068f302
parent: 9adeab6452a220270c311f756d55acd734fd52ea
author: Alexei Podtelezhnikov <[email protected]>
date: Wed Jan 13 19:05:53 EST 2016
* include/freetype/ftlcdfil.h: Documentation tweak.
--- a/include/freetype/ftlcdfil.h
+++ b/include/freetype/ftlcdfil.h
@@ -248,10 +248,10 @@
* FT_Library_SetLcdFilterWeights
*
* @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 (0x08,
- * 0x4D, 0x56, 0x4D, 0x08) for FT_LCD_FILTER_DEFAULT.
+ * Use this function to override default or light filter weights
+ * selected by @FT_Library_SetLcdFilter. By default, FreeType uses
+ * the quintuple (0x00, 0x55, 0x56, 0x55, 0x00) for FT_LCD_FILTER_LIGHT,
+ * and (0x08, 0x4D, 0x56, 0x4D, 0x08) for FT_LCD_FILTER_DEFAULT.
*
* @input:
* library ::
@@ -272,7 +272,7 @@
* default builds of FreeType.
*
* This function must be called after @FT_Library_SetLcdFilter to have
- * any effect.
+ * any effect on default or light filter.
*
* @since:
* 2.4.0