From 2b70df5cc008617453b12bafeaac50e6d61b3224 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 10 May 2012 18:38:22 +0200 Subject: [PATCH] [Indic] Add note re Uniscribe clusters --- src/hb-ot-shape-complex-indic.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc index 1ce2541..dce9125 100644 --- a/src/hb-ot-shape-complex-indic.cc +++ b/src/hb-ot-shape-complex-indic.cc @@ -619,6 +619,10 @@ final_reordering_syllable (hb_buffer_t *buffer, /* Finish off the clusters and go home! */ + /* For testing purposes we want to enable this to test against Uniscribe. + * One day when we don't compare to Uniscribe output anymore, we want to + * disable this because we believe it would make for superior cursor + * positioning. */ if (1) { /* This is what Uniscribe does. Ie. add cluster boundaries after Halant,ZWNJ. * This means, half forms are submerged into the main consonants cluster. -- 2.7.4