From 0ef2dc9be557cc247621019933ca5151a4bd80cd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 19 Dec 2022 10:02:17 -0500 Subject: [PATCH] Drop a TODO This was addressed in 61bd602791d801 --- src/hb-font.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb-font.cc b/src/hb-font.cc index ce2514d5f..ce6cdbb82 100644 --- a/src/hb-font.cc +++ b/src/hb-font.cc @@ -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); }