[indic] Reset continuation on inserted dottedcircle

pull/1220/head
Behdad Esfahbod 6 years ago
parent 2a6f15213e
commit 8edc91022c
  1. 4
      src/hb-ot-shape-complex-indic.cc

@ -334,7 +334,9 @@ data_destroy_indic (void *data)
static void
_output_with_dotted_circle (hb_buffer_t *buffer)
{
buffer->output_glyph (0x25CCu);
hb_glyph_info_t &dottedcircle = buffer->output_glyph (0x25CCu);
_hb_glyph_info_reset_continuation (&dottedcircle);
buffer->next_glyph ();
}

Loading…
Cancel
Save