From b0e7378fa9a4fc6fc74d9b3c27d927602eaacc5b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 21 Dec 2010 14:19:32 -0500 Subject: [PATCH] Reroute Mandaic shaping through the Arabic shaper We added Mandaic joining data to the Arabic shaper a while ago, but were not actually using the Arabic shaper for Mandaic. Fixed. --- src/hb-ot-shape-complex-private.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hb-ot-shape-complex-private.hh b/src/hb-ot-shape-complex-private.hh index a3796b495..788d18aa6 100644 --- a/src/hb-ot-shape-complex-private.hh +++ b/src/hb-ot-shape-complex-private.hh @@ -41,6 +41,7 @@ hb_ot_shape_complex_categorize (const hb_segment_properties_t *props) case HB_SCRIPT_ARABIC: case HB_SCRIPT_NKO: case HB_SCRIPT_SYRIAC: + case HB_SCRIPT_MANDAIC: return hb_ot_complex_shaper_arabic; default: