From 0aedfd59be54972e61a952753ffc0d12631771fe Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 28 Sep 2016 17:05:43 +0200 Subject: [PATCH] [GX] Apply 'rvrn' feature before any other feature --- src/hb-ot-shape.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/hb-ot-shape.cc b/src/hb-ot-shape.cc index 6c78b47..9872798 100644 --- a/src/hb-ot-shape.cc +++ b/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')); -- 2.7.4