parent
96cda3886c
commit
0ef2dc9be5
|
@ -1421,7 +1421,6 @@ hb_font_paint_glyph (hb_font_t *font,
|
||||||
hb_codepoint_t glyph,
|
hb_codepoint_t glyph,
|
||||||
hb_paint_funcs_t *pfuncs, void *paint_data)
|
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);
|
font->get_glyph_paint (glyph, pfuncs, paint_data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue