updating documentation
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
diff --git a/ChangeLog b/ChangeLog
index 7d0e404..c63c0f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,8 @@
when building the library to change the default LCD filter to be
used. This is only useful for experimentation
+ * include/freetype/ftlcdfil.h: updating documentation
+
2006-11-10 David Turner <david@freetype.org>
* include/freetype/ftlcdfil.h, include/internal/ftobjs.h,
diff --git a/include/freetype/ftlcdfil.h b/include/freetype/ftlcdfil.h
index 132c8d0..c9e9346 100644
--- a/include/freetype/ftlcdfil.h
+++ b/include/freetype/ftlcdfil.h
@@ -84,15 +84,9 @@ FT_BEGIN_HEADER
* @FT_RENDER_MODE_LCD or @FT_RENDER_MODE_LCD_V.
*
* @input:
- * library ::
- * A handle to the target library instance.
+ * library :: A handle to the target library instance.
*
- * filter_weights ::
- * A pointer to an array of 5 bytes corresponding to the weights of a
- * 5-tap FIR filter. Each weight must be positive, and their sum
- * should be at least 256 to avoid loss of darkness in the rendered
- * glyphs. The sum can be greater than 256 to darken the glyphs
- * (`el-cheapo gamma').
+ * filter :: filter type.
*
* You can use @FT_LCD_FILTER_NONE here to disable this feature, or
* @FT_LCD_FILTER_DEFAULT to use a default filter that should work
@@ -103,7 +97,7 @@ FT_BEGIN_HEADER
*
* @note:
* This feature is always disabled by default. Clients must make an
- * explicit call to this function with a `filter_weights' value other
+ * explicit call to this function with a `filter' value other
* than @FT_LCD_FILTER_NONE in order to enable it.
*
* Due to *PATENTS* covering subpixel rendering, this function doesn't