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:
1633513
)
Tweak input matching some more
author
Behdad Esfahbod
<behdad@behdad.org>
Tue, 3 Oct 2017 11:14:17 +0000
(13:14 +0200)
committer
Behdad Esfahbod
<behdad@behdad.org>
Tue, 3 Oct 2017 11:14:17 +0000
(13:14 +0200)
Followup to
8b2c94c43fd335b944d5e5487265706b8e0f9041
Allow matching sequences of marks attached to different ligatures,
as supposedly the base of the subsequent marks were already jumped
over.
src/hb-ot-layout-gsubgpos-private.hh
patch
|
blob
|
history
diff --git
a/src/hb-ot-layout-gsubgpos-private.hh
b/src/hb-ot-layout-gsubgpos-private.hh
index f2ad9f1c90052d2d4c55be4e929f9cb6601f76ef..aa0862ad2ce634efe67c7a14beb57c11806c1e60 100644
(file)
--- a/
src/hb-ot-layout-gsubgpos-private.hh
+++ b/
src/hb-ot-layout-gsubgpos-private.hh
@@
-781,9
+781,6
@@
static inline bool match_input (hb_apply_context_t *c,
* component, otherwise we shouldn't ligate them... */
if (first_lig_id != this_lig_id || first_lig_comp != this_lig_comp)
{
- if (first_lig_id != this_lig_id && this_lig_id != 0)
- return_trace (false);
-
/* ...unless, we are attached to a base ligature and that base
* ligature is ignorable. */
bool found = false;