freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] [sfnt] Correct FT_ColorStopIterator doc


From: Werner Lemberg (@wl)
Subject: [Git][freetype/freetype][master] [sfnt] Correct FT_ColorStopIterator documentation.
Date: Tue, 05 Apr 2022 07:13:31 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

1 changed file:

Changes:

  • include/freetype/ftcolor.h
    ... ... @@ -528,14 +528,14 @@ FT_BEGIN_HEADER
    528 528
        * @fields:
    
    529 529
        *   num_color_stops ::
    
    530 530
        *     The number of color stops for the requested glyph index.  Set by
    
    531
    -   *     @FT_Get_Colorline_Stops.
    
    531
    +   *     @FT_Get_Paint.
    
    532 532
        *
    
    533 533
        *   current_color_stop ::
    
    534 534
        *     The current color stop.  Set by @FT_Get_Colorline_Stops.
    
    535 535
        *
    
    536 536
        *   p ::
    
    537
    -   *     An opaque pointer into 'COLR' table data.  The caller must set this
    
    538
    -   *     to `NULL` before the first call of @FT_Get_Colorline_Stops.
    
    537
    +   *     An opaque pointer into 'COLR' table data.  Set by @FT_Get_Paint.
    
    538
    +   *     Updated by @FT_Get_Colorline_Stops.
    
    539 539
        *
    
    540 540
        * @since:
    
    541 541
        *   2.11 -- **currently experimental only!**  There might be changes
    


  • reply via email to

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