[normalizer] Remove a TODO that's not going to happen

pull/3652/head
Behdad Esfahbod 3 years ago
parent 7635568f29
commit 10a8cc28fc
  1. 2
      src/hb-ot-shape-normalize.cc

@ -223,7 +223,7 @@ handle_variation_selector_cluster (const hb_ot_shape_normalize_context_t *c,
unsigned int end,
bool short_circuit HB_UNUSED)
{
/* TODO Currently if there's a variation-selector we give-up, it's just too hard. */
/* Currently if there's a variation-selector we give-up on normalization, it's just too hard. */
hb_buffer_t * const buffer = c->buffer;
hb_font_t * const font = c->font;
for (; buffer->idx < end - 1 && buffer->successful;) {

Loading…
Cancel
Save