[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon Sep 24 13:58:18 UTC 2018


 src/hb-ot-shape-complex-hebrew.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 57fa2c23de8b6b66894d6872d192ac90ec8bf05a
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Sep 24 09:57:52 2018 -0400

    Readjust Hebrew composition again

diff --git a/src/hb-ot-shape-complex-hebrew.cc b/src/hb-ot-shape-complex-hebrew.cc
index 5ad8daf7..ba25258a 100644
--- a/src/hb-ot-shape-complex-hebrew.cc
+++ b/src/hb-ot-shape-complex-hebrew.cc
@@ -70,7 +70,7 @@ compose_hebrew (const hb_ot_shape_normalize_context_t *c,
 
   bool found = (bool) c->unicode->compose (a, b, ab);
 
-  if (!found)
+  if (!found && !c->plan->has_mark)
   {
       /* Special-case Hebrew presentation forms that are excluded from
        * standard normalization, but wanted for old fonts. */


More information about the HarfBuzz mailing list