freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] freetype.h: More updates to `FT_LOAD_CO


From: Werner Lemberg (@wl)
Subject: [Git][freetype/freetype][master] freetype.h: More updates to `FT_LOAD_COLOR` description.
Date: Tue, 25 Jan 2022 13:45:41 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

1 changed file:

Changes:

  • include/freetype/freetype.h
    ... ... @@ -3054,10 +3054,11 @@ FT_BEGIN_HEADER
    3054 3054
        *     the OpenType specification), make @FT_Render_Glyph provide a default
    
    3055 3055
        *     blending of the color glyph layers associated with the glyph index,
    
    3056 3056
        *     using the same bitmap format as embedded color bitmap images.  This
    
    3057
    -   *     is mainly for convenience; for full control of color layers use
    
    3058
    -   *     @FT_Get_Color_Glyph_Layer and FreeType's color functions like
    
    3059
    -   *     @FT_Palette_Select instead of setting @FT_LOAD_COLOR for rendering
    
    3060
    -   *     so that the client application can handle blending by itself.
    
    3057
    +   *     is mainly for convenience and works for 'COLR' v1 tables only.  For
    
    3058
    +   *     full control of color layers use @FT_Get_Color_Glyph_Layer and
    
    3059
    +   *     FreeType's color functions like @FT_Palette_Select instead of
    
    3060
    +   *     setting @FT_LOAD_COLOR for rendering so that the client application
    
    3061
    +   *     can handle blending by itself.
    
    3061 3062
        *
    
    3062 3063
        *   FT_LOAD_COMPUTE_METRICS ::
    
    3063 3064
        *     [Since 2.6.1] Compute glyph metrics from the glyph data, without the
    


  • reply via email to

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