freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] freetype.h: Documentation typos.


From: Werner Lemberg
Subject: [Git][freetype/freetype][master] freetype.h: Documentation typos.
Date: Sat, 27 Feb 2021 11:21:54 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

1 changed file:

Changes:

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


  • reply via email to

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