[font] Minor rename

This commit is contained in:
Behdad Esfahbod 2022-12-18 13:37:32 -07:00
parent 815544a1f7
commit a9b37206eb
1 changed files with 1 additions and 1 deletions

View File

@ -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 */