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.
This commit is contained in:
Behdad Esfahbod 2010-12-21 14:19:32 -05:00
parent 88e7f37488
commit b0e7378fa9

View 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: