summaryrefslogtreecommitdiff
path: root/include/freetype/ftlcdfil.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/ftlcdfil.h')
-rw-r--r--include/freetype/ftlcdfil.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/freetype/ftlcdfil.h b/include/freetype/ftlcdfil.h
index 91facf92b..653ed3669 100644
--- a/include/freetype/ftlcdfil.h
+++ b/include/freetype/ftlcdfil.h
@@ -50,7 +50,9 @@ FT_BEGIN_HEADER
* subpixels are color pixels, using them unfiltered creates severe
* color fringes. Use the @FT_Library_SetLcdFilter API to specify a
* low-pass filter, which is then applied to subpixel-rendered bitmaps
- * generated through @FT_Render_Glyph.
+ * generated through @FT_Render_Glyph. The filter sacrifices some of
+ * the higher resolution to reduce color fringes, making the glyph image
+ * slightly blurrier. Positional improvements will remain.
*
* Note that no filter is active by default, and that this function is
* *not* implemented in default builds of the library. You need to