[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Fri Jan 12 10:12:39 UTC 2018
src/hb-aat-layout-common-private.hh | 2 ++
src/hb-ot-shape.cc | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
New commits:
commit cdfa801ff4fe301d7bd41c9eee57cae75001ce4b
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Fri Jan 12 11:12:20 2018 +0100
[aat] Tweak previous commit
diff --git a/src/hb-aat-layout-common-private.hh b/src/hb-aat-layout-common-private.hh
index 37a84bef..2dcbd557 100644
--- a/src/hb-aat-layout-common-private.hh
+++ b/src/hb-aat-layout-common-private.hh
@@ -658,6 +658,8 @@ struct StateTableDriver
buffer->idx--;
last_was_dont_advance = true;
}
+ else
+ last_was_dont_advance = false;
}
else
last_was_dont_advance = false;
diff --git a/src/hb-ot-shape.cc b/src/hb-ot-shape.cc
index 64e118a7..fb8369d5 100644
--- a/src/hb-ot-shape.cc
+++ b/src/hb-ot-shape.cc
@@ -619,8 +619,8 @@ hb_ot_substitute_complex (hb_ot_shape_context_t *c)
c->plan->substitute (c->font, buffer);
/* XXX Call morx instead. */
- //OT::hb_apply_context_t ac (0, c->font, c->buffer);
- //hb_aat_layout_substitute (&ac);
+ OT::hb_apply_context_t ac (0, c->font, c->buffer);
+ hb_aat_layout_substitute (&ac);
}
static inline void
More information about the HarfBuzz
mailing list