[font] Remove a TODO item that's not gonna happen
This commit is contained in:
parent
bd453de757
commit
7635568f29
|
@ -446,7 +446,6 @@ struct hb_font_t
|
||||||
{
|
{
|
||||||
*x = get_glyph_h_advance (glyph) / 2;
|
*x = get_glyph_h_advance (glyph) / 2;
|
||||||
|
|
||||||
/* TODO cache this somehow?! */
|
|
||||||
hb_font_extents_t extents;
|
hb_font_extents_t extents;
|
||||||
get_h_extents_with_fallback (&extents);
|
get_h_extents_with_fallback (&extents);
|
||||||
*y = extents.ascender;
|
*y = extents.ascender;
|
||||||
|
|
Loading…
Reference in New Issue