mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 06:25:03 +00:00
[arabic] Remove non-sensical code
We were adding rclt after checking that the font doesn't have it!
This commit is contained in:
parent
a070f9ebbe
commit
0a82f43a61
1 changed files with 0 additions and 3 deletions
|
@ -233,10 +233,7 @@ collect_features_arabic (hb_ot_shape_planner_t *plan)
|
|||
map->enable_feature (HB_TAG('c','a','l','t'), F_MANUAL_ZWJ);
|
||||
/* https://github.com/harfbuzz/harfbuzz/issues/1573 */
|
||||
if (!map->has_feature (HB_TAG('r','c','l','t')))
|
||||
{
|
||||
map->add_gsub_pause (nullptr);
|
||||
map->enable_feature (HB_TAG('r','c','l','t'), F_MANUAL_ZWJ);
|
||||
}
|
||||
|
||||
map->enable_feature (HB_TAG('l','i','g','a'), F_MANUAL_ZWJ);
|
||||
map->enable_feature (HB_TAG('c','l','i','g'), F_MANUAL_ZWJ);
|
||||
|
|
Loading…
Add table
Reference in a new issue