From e9e985682af41a8aa106cb0252592a64b536a6db Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 15 Nov 2022 16:11:57 -0700 Subject: [PATCH] [fallback-shape] Remove TODO --- src/hb-fallback-shape.cc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/hb-fallback-shape.cc b/src/hb-fallback-shape.cc index f8524ecc8..c54ad8764 100644 --- a/src/hb-fallback-shape.cc +++ b/src/hb-fallback-shape.cc @@ -75,16 +75,6 @@ _hb_fallback_shape (hb_shape_plan_t *shape_plan HB_UNUSED, const hb_feature_t *features HB_UNUSED, unsigned int num_features HB_UNUSED) { - /* TODO - * - * - Apply fallback kern. - * - Handle Variation Selectors? - * - Apply normalization? - * - * This will make the fallback shaper into a dumb "TrueType" - * shaper which many people unfortunately still request. - */ - hb_codepoint_t space; bool has_space = (bool) font->get_nominal_glyph (' ', &space);