This commit is contained in:
Behdad Esfahbod 2018-10-03 13:26:26 +02:00
parent 9c4ffd10c4
commit 0dd9101fd0
1 changed files with 2 additions and 1 deletions

View File

@ -963,7 +963,8 @@ insert_dotted_circles (const hb_ot_shape_plan_t *plan HB_UNUSED,
hb_font_t *font,
hb_buffer_t *buffer)
{
/* Note: This loop is extra overhead, but should not be measurable. */
/* Note: This loop is extra overhead, but should not be measurable.
* TODO Use a buffer scratch flag to remove the loop. */
bool has_broken_syllables = false;
unsigned int count = buffer->len;
hb_glyph_info_t *info = buffer->info;