From 7635568f29e8e9e32bc30f6a6c2651500991dde8 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 10 Jun 2022 07:29:15 -0600 Subject: [PATCH] [font] Remove a TODO item that's not gonna happen --- src/hb-font.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb-font.hh b/src/hb-font.hh index e7f3eccd4..43ec73f49 100644 --- a/src/hb-font.hh +++ b/src/hb-font.hh @@ -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;