freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master 36ee3160a: freetype.h: Minor documentation improvemen


From: Werner Lemberg
Subject: [freetype2] master 36ee3160a: freetype.h: Minor documentation improvement.
Date: Mon, 31 Jan 2022 04:38:29 -0500 (EST)

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

    freetype.h: Minor documentation improvement.
---
 include/freetype/freetype.h | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 67407740c..0489c8448 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -3054,11 +3054,12 @@ FT_BEGIN_HEADER
    *     the OpenType specification), make @FT_Render_Glyph provide a default
    *     blending of the color glyph layers associated with the glyph index,
    *     using the same bitmap format as embedded color bitmap images.  This
-   *     is mainly for convenience and works for 'COLR' v0 tables only.  For
-   *     full control of color layers use @FT_Get_Color_Glyph_Layer and
-   *     FreeType's color functions like @FT_Palette_Select instead of
-   *     setting @FT_LOAD_COLOR for rendering so that the client application
-   *     can handle blending by itself.
+   *     is mainly for convenience and works only for glyphs in 'COLR' v0
+   *     tables (or glyphs in 'COLR' v1 tables that exclusively use v0
+   *     features).  For full control of color layers use
+   *     @FT_Get_Color_Glyph_Layer and FreeType's color functions like
+   *     @FT_Palette_Select instead of setting @FT_LOAD_COLOR for rendering
+   *     so that the client application can handle blending by itself.
    *
    *   FT_LOAD_COMPUTE_METRICS ::
    *     [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]