freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 7789f2bb7: [doc] FT_OUTLINE_OVERLAP was introduced in


From: Werner Lemberg
Subject: [freetype2] master 7789f2bb7: [doc] FT_OUTLINE_OVERLAP was introduced in 2.10.3.
Date: Sat, 19 Mar 2022 02:21:13 -0400 (EDT)

branch: master
commit 7789f2bb7962e088a510c59c3c2caf59a12ae3b4
Author: Ben Wagner <bungeman@chromium.org>
Commit: Werner Lemberg <wl@gnu.org>

    [doc] FT_OUTLINE_OVERLAP was introduced in 2.10.3.
    
    * include/freetype/ftimage.h (FT_OUTLINE_OVERLAP): Document when added.
---
 include/freetype/ftimage.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/include/freetype/ftimage.h b/include/freetype/ftimage.h
index 582b2c0f7..7f2d721cd 100644
--- a/include/freetype/ftimage.h
+++ b/include/freetype/ftimage.h
@@ -401,11 +401,11 @@ FT_BEGIN_HEADER
    *     information.
    *
    *   FT_OUTLINE_OVERLAP ::
-   *     This flag indicates that this outline contains overlapping contrours
-   *     and the anti-aliased renderer should perform oversampling to
-   *     mitigate possible artifacts.  This flag should _not_ be set for
-   *     well designed glyphs without overlaps because it quadruples the
-   *     rendering time.
+   *     [Since 2.10.3] This flag indicates that this outline contains
+   *     overlapping contours and the anti-aliased renderer should perform
+   *     oversampling to mitigate possible artifacts.  This flag should _not_
+   *     be set for well designed glyphs without overlaps because it quadruples
+   *     the rendering time.
    *
    *   FT_OUTLINE_HIGH_PRECISION ::
    *     This flag indicates that the scan-line converter should try to



reply via email to

[Prev in Thread] Current Thread [Next in Thread]