From: Behdad Esfahbod Date: Fri, 8 Jun 2012 23:23:43 +0000 (-0400) Subject: Minor X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f68f8675e5ccaee91f5a90d86bc3b022b9a54e4;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Minor --- diff --git a/src/hb-ot-shape.cc b/src/hb-ot-shape.cc index 19cf680..3a13bb5 100644 --- a/src/hb-ot-shape.cc +++ b/src/hb-ot-shape.cc @@ -383,6 +383,7 @@ hb_hide_zerowidth (hb_ot_shape_context_t *c) unsigned int count = c->buffer->len; for (unsigned int i = 0; i < count; i++) + /* TODO Do this if no ligature was formed? */ if (unlikely (_hb_glyph_info_is_zero_width (&c->buffer->info[i]))) { c->buffer->info[i].codepoint = space; c->buffer->pos[i].x_advance = 0;