shithub: freetype+ttf2subf

Download patch

ref: a95e5c62decad738707748efe78f8dba349c6d51
parent: 29c191cd530ef3351a8f15aa86d8811e820e9fa1
author: David Turner <[email protected]>
date: Mon Nov 13 08:24:30 EST 2006

updating documentation

git/fs: mount .git/fs: mount/attach disallowed
--- 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  <[email protected]>
 
        * include/freetype/ftlcdfil.h, include/internal/ftobjs.h,
--- a/include/freetype/ftlcdfil.h
+++ b/include/freetype/ftlcdfil.h
@@ -84,15 +84,9 @@
    *   @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 @@
    *
    * @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