summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2022-01-25 14:45:10 +0100
committerWerner Lemberg <wl@gnu.org>2022-01-25 14:45:10 +0100
commit9af1127fbe5639125e34b30b251014baecd52231 (patch)
tree194f2ffc161189dd232e56e58bd5f6a6a597f9d4
parent8b7226bb432f9c5e1962ffc319b55c3d46ab6dbe (diff)
downloadfreetype2-9af1127fbe5639125e34b30b251014baecd52231.tar.gz
freetype.h: More updates to `FT_LOAD_COLOR` description.
-rw-r--r--include/freetype/freetype.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 1ddc2bf44..696d46fa0 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -3054,10 +3054,11 @@ 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; 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 for 'COLR' v1 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.
*
* FT_LOAD_COMPUTE_METRICS ::
* [Since 2.6.1] Compute glyph metrics from the glyph data, without the