mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[font] Remove a TODO item that's not gonna happen
This commit is contained in:
parent
bd453de757
commit
7635568f29
1 changed files with 0 additions and 1 deletions
|
@ -446,7 +446,6 @@ struct hb_font_t
|
|||
{
|
||||
*x = get_glyph_h_advance (glyph) / 2;
|
||||
|
||||
/* TODO cache this somehow?! */
|
||||
hb_font_extents_t extents;
|
||||
get_h_extents_with_fallback (&extents);
|
||||
*y = extents.ascender;
|
||||
|
|
Loading…
Add table
Reference in a new issue