From 63b177e45c2405272da3fa6c26fe11ae37950bd0 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 7 Jun 2011 15:51:40 -0400 Subject: [PATCH] Minor --- src/hb-ot-shape.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hb-ot-shape.cc b/src/hb-ot-shape.cc index 9df92a3..34f1570 100644 --- a/src/hb-ot-shape.cc +++ b/src/hb-ot-shape.cc @@ -207,6 +207,7 @@ hb_form_clusters (hb_ot_shape_context_t *c) { unsigned int count = c->buffer->len; for (unsigned int i = 1; i < count; i++) + /* TODO: Match other mark types too? */ if (c->buffer->info[i].general_category() == HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK) c->buffer->info[i].cluster = c->buffer->info[i - 1].cluster; } -- 2.7.4