From f65b04c17c45587f4500c8af52418b4f0ca39886 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 23 Jan 2023 21:57:05 -0500 Subject: [PATCH] Tweak wording --- src/hb-paint.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hb-paint.h b/src/hb-paint.h index 3b264e164..0e096967d 100644 --- a/src/hb-paint.h +++ b/src/hb-paint.h @@ -672,7 +672,8 @@ typedef void (*hb_paint_pop_group_func_t) (hb_paint_funcs_t *funcs, * color palette. * * Custom palette colors override the colors from the fonts selected color - * palette. It is possible to override only some of the palette colors. + * palette. It is not necessary to override all palette entries; for entries + * that should be taken from the font palette, return `false`. * * This function might get called multiple times, but the custom palette is * expected to remain unchanged for duration of a hb_font_paint_glyph() call.