freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master f7d7e7f 66/68: freetype.h: Documentation typos.


From: Werner Lemberg
Subject: [freetype2] master f7d7e7f 66/68: freetype.h: Documentation typos.
Date: Fri, 5 Mar 2021 09:29:45 -0500 (EST)

branch: master
commit f7d7e7f9f7d2f47b324d4dcdf56c8e9da7fea8d8
Author: Werner Lemberg <wl@gnu.org>
Commit: Werner Lemberg <wl@gnu.org>

    freetype.h: Documentation typos.
---
 include/freetype/freetype.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 0e870b3..03438b5 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -5019,7 +5019,7 @@ FT_BEGIN_HEADER
    *   of the `root_transform` parameter.  This has implications for a
    *   client 'COLR' v1 implementation: When this function returns an
    *   initially computed root transform, at the time of executing the
-   *   @FT_Paint_Glyph operation, the contours should be retrieved using
+   *   @FT_PaintGlyph operation, the contours should be retrieved using
    *   @FT_Load_Glyph at unscaled, untransformed size.  This is because the
    *   root transform applied to the graphics context will take care of
    *   correct scaling.
@@ -5039,10 +5039,10 @@ FT_BEGIN_HEADER
    *     The glyph index for which to retrieve the root paint table.
    *
    *   root_transform ::
-   *     Specifies whether an initially computed root is returned by
-   *     @FT_Paint_Transformed to account for the activated size (see
-   *     @FT_Activate_Size) and the configured transform and translate (see
-   *     @FT_Set_Translate).
+   *     Specifies whether an initially computed root is returned by the
+   *     @FT_PaintTransformed operation to account for the activated size
+   *     (see @FT_Activate_Size) and the configured transform and translate
+   *     (see @FT_Set_Transform).
    *
    *     This root transform is returned before nodes of the glyph graph of
    *     the font are returned.  Subsequent @FT_COLR_Paint structures



reply via email to

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