From e1ba62811a61afb046d349e578cd141363c7fb34 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 27 Aug 2012 16:28:05 -0400 Subject: [PATCH] Center unknown marks horizontally --- src/hb-ot-shape-fallback.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hb-ot-shape-fallback.cc b/src/hb-ot-shape-fallback.cc index 56a3e7ae1..f1ea61a2d 100644 --- a/src/hb-ot-shape-fallback.cc +++ b/src/hb-ot-shape-fallback.cc @@ -171,6 +171,7 @@ position_mark (const hb_ot_shape_plan_t *plan, } /* Fall through */ + default: case HB_UNICODE_COMBINING_CLASS_ATTACHED_BELOW: case HB_UNICODE_COMBINING_CLASS_ATTACHED_ABOVE: case HB_UNICODE_COMBINING_CLASS_BELOW: