From a9b37206eb1e254b24226b5115932aa40f20f7d9 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 18 Dec 2022 13:37:32 -0700 Subject: [PATCH] [font] Minor rename --- src/hb-font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-font.h b/src/hb-font.h index 5da4dc3db..070d173e3 100644 --- a/src/hb-font.h +++ b/src/hb-font.h @@ -892,7 +892,7 @@ hb_font_get_glyph_shape (hb_font_t *font, HB_EXTERN void hb_font_paint_glyph (hb_font_t *font, hb_codepoint_t glyph, - hb_paint_funcs_t *funcs, void *paint_data); + hb_paint_funcs_t *pfuncs, void *paint_data); /* high-level funcs, with fallback */