Route Buginese through the SEA shaper
Both Indic and SEA seem to do it just fine, but SEA is much simpler.
This commit is contained in:
parent
b5a0f69e47
commit
321df83fb4
|
@ -279,9 +279,6 @@ hb_ot_shape_complex_categorize (const hb_ot_shape_planner_t *planner)
|
||||||
/* Unicode-3.0 additions */
|
/* Unicode-3.0 additions */
|
||||||
case HB_SCRIPT_SINHALA:
|
case HB_SCRIPT_SINHALA:
|
||||||
|
|
||||||
/* Unicode-4.1 additions */
|
|
||||||
case HB_SCRIPT_BUGINESE:
|
|
||||||
|
|
||||||
/* Unicode-5.0 additions */
|
/* Unicode-5.0 additions */
|
||||||
case HB_SCRIPT_BALINESE:
|
case HB_SCRIPT_BALINESE:
|
||||||
|
|
||||||
|
@ -336,6 +333,7 @@ hb_ot_shape_complex_categorize (const hb_ot_shape_planner_t *planner)
|
||||||
return &_hb_ot_complex_shaper_default;
|
return &_hb_ot_complex_shaper_default;
|
||||||
|
|
||||||
/* Unicode-4.1 additions */
|
/* Unicode-4.1 additions */
|
||||||
|
case HB_SCRIPT_BUGINESE:
|
||||||
case HB_SCRIPT_NEW_TAI_LUE:
|
case HB_SCRIPT_NEW_TAI_LUE:
|
||||||
|
|
||||||
/* Unicode-5.1 additions */
|
/* Unicode-5.1 additions */
|
||||||
|
|
Loading…
Reference in New Issue