projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f5941e
)
Comment
author
Behdad Esfahbod
<behdad@behdad.org>
Sat, 27 Oct 2018 07:39:31 +0000
(
00:39
-0700)
committer
Behdad Esfahbod
<behdad@behdad.org>
Sat, 27 Oct 2018 07:39:31 +0000
(
00:39
-0700)
src/hb-ot-shape-complex-indic.cc
patch
|
blob
|
history
diff --git
a/src/hb-ot-shape-complex-indic.cc
b/src/hb-ot-shape-complex-indic.cc
index
918e0d7
..
dfb67cf
100644
(file)
--- a/
src/hb-ot-shape-complex-indic.cc
+++ b/
src/hb-ot-shape-complex-indic.cc
@@
-788,6
+788,8
@@
initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan,
*
* We could use buffer->sort() for this, if there was no special
* reordering of pre-base stuff happening later...
+ * We don't want to merge_clusters all of that, which buffer->sort()
+ * would.
*/
if (indic_plan->is_old_spec || end - start > 127)
buffer->merge_clusters (base, end);