[GX] Apply 'rvrn' feature before any other feature

This commit is contained in:
Behdad Esfahbod 2016-09-28 17:05:43 +02:00
parent 42c8142531
commit 0aedfd59be
1 changed files with 3 additions and 0 deletions

View File

@ -69,6 +69,9 @@ hb_ot_shape_collect_features (hb_ot_shape_planner_t *planner,
{
hb_ot_map_builder_t *map = &planner->map;
map->add_global_bool_feature (HB_TAG('r','v','r','n'));
map->add_gsub_pause (NULL);
switch (props->direction) {
case HB_DIRECTION_LTR:
map->add_global_bool_feature (HB_TAG ('l','t','r','a'));