Drop a TODO

This was addressed in 61bd602791d801
This commit is contained in:
Matthias Clasen 2022-12-19 10:02:17 -05:00 committed by Behdad Esfahbod
parent 96cda3886c
commit 0ef2dc9be5
1 changed files with 0 additions and 1 deletions

View File

@ -1421,7 +1421,6 @@ hb_font_paint_glyph (hb_font_t *font,
hb_codepoint_t glyph,
hb_paint_funcs_t *pfuncs, void *paint_data)
{
// TODO add an adapter for child fonts like get_glyph_shape does
font->get_glyph_paint (glyph, pfuncs, paint_data);
}