From 21eb64ebeb45928f7df1305c58fd567a4068f302 Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Thu, 14 Jan 2016 00:05:53 -0500 Subject: [PATCH] * include/freetype/ftlcdfil.h: Documentation tweak. --- include/freetype/ftlcdfil.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/freetype/ftlcdfil.h b/include/freetype/ftlcdfil.h index f55d608e4..4a3dad7cb 100644 --- a/include/freetype/ftlcdfil.h +++ b/include/freetype/ftlcdfil.h @@ -248,10 +248,10 @@ FT_BEGIN_HEADER * 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 @@ FT_BEGIN_HEADER * 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