From ad3443c93121c59181fc4b46c5179d0d00bfcc4e Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 5 Aug 2019 10:00:41 +0200 Subject: [PATCH] Minor documentation improvement. --- include/freetype/ftcolor.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/freetype/ftcolor.h b/include/freetype/ftcolor.h index cf1802195..dc866c258 100644 --- a/include/freetype/ftcolor.h +++ b/include/freetype/ftcolor.h @@ -163,6 +163,9 @@ FT_BEGIN_HEADER * Use function @FT_Get_Sfnt_Name to map name IDs and entry name IDs to * name strings. * + * Use function @FT_Palette_Select to get the colors associated with a + * palette entry. + * * @since: * 2.10 */