shithub: freetype+ttf2subf

Download patch

ref: 73a7ce3d00c077f7b771a22d72759dc53239a8f4
parent: b31053476cac5a55bac62f93b776bea6530b5afd
author: Alexei Podtelezhnikov <[email protected]>
date: Tue Feb 21 16:43:37 EST 2017

* include/freetype/freetype.h (FT_Face_Properties): Fix bad example, typo.

git/fs: mount .git/fs: mount/attach disallowed
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -3668,7 +3668,7 @@
    *
    *     FT_Parameter         property2;
    *     FT_LcdFiveTapFilter  custom_weight =
-   *                            { 0x10, 0x40, 0x70, 0x40, 0x10 };
+   *                            { 0x11, 0x44, 0x56, 0x44, 0x11 };
    *
    *     FT_Parameter         property3;
    *     FT_Int32             random_seed = 314159265;
@@ -3699,7 +3699,7 @@
    *     property.tag  = FT_PARAM_TAG_LCD_FILTER_WEIGHTS;
    *     property.data = NULL;
    *
-   *     FT_Face_Option( face, 1, &property );
+   *     FT_Face_Properties( face, 1, &property );
    *   }
    *
    */