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

pull/279/head
Behdad Esfahbod 8 years ago
parent 42c8142531
commit 0aedfd59be
  1. 3
      src/hb-ot-shape.cc

@ -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'));

Loading…
Cancel
Save