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:
eae0096
)
[unsafe-to-break] Flag in Thai PUA shaping
author
Behdad Esfahbod
<behdad@behdad.org>
Fri, 11 Aug 2017 03:54:15 +0000
(20:54 -0700)
committer
Behdad Esfahbod
<behdad@behdad.org>
Fri, 11 Aug 2017 03:54:15 +0000
(20:54 -0700)
src/hb-ot-shape-complex-thai.cc
patch
|
blob
|
history
diff --git
a/src/hb-ot-shape-complex-thai.cc
b/src/hb-ot-shape-complex-thai.cc
index e75b3537927ad009cd59c32ca152ac485400063a..924247f174254f4eba3fac9c7edf265617a5f631 100644
(file)
--- a/
src/hb-ot-shape-complex-thai.cc
+++ b/
src/hb-ot-shape-complex-thai.cc
@@
-244,6
+244,7
@@
do_thai_pua_shaping (const hb_ot_shape_plan_t *plan HB_UNUSED,
/* At least one of the above/below actions is NOP. */
thai_action_t action = above_edge.action != NOP ? above_edge.action : below_edge.action;
+ buffer->unsafe_to_break (base, i);
if (action == RD)
info[base].codepoint = thai_pua_shape (info[base].codepoint, action, font);
else