Reroute Mandaic shaping through the Arabic shaper
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 21 Dec 2010 19:19:32 +0000 (14:19 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 21 Dec 2010 19:19:32 +0000 (14:19 -0500)
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

index a3796b4..788d18a 100644 (file)
@@ -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: