From 267c6918d1575c83fc4412e3ffff91ae0b07b823 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 25 Jan 2022 14:46:36 +0100 Subject: [PATCH] Aarg, typo. --- include/freetype/freetype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h index 696d46fa0..67407740c 100644 --- a/include/freetype/freetype.h +++ b/include/freetype/freetype.h @@ -3054,7 +3054,7 @@ 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' v1 tables only. For + * 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