Whitespace

This commit is contained in:
Behdad Esfahbod 2021-08-23 23:52:17 -06:00
parent 8cdbea5580
commit f0de40dd61
1 changed files with 5 additions and 4 deletions

View File

@ -319,16 +319,17 @@ horizontal_features[] =
}; };
static void static void
hb_ot_shape_collect_features (hb_ot_shape_planner_t *planner, hb_ot_shape_collect_features (hb_ot_shape_planner_t *planner,
const hb_feature_t *user_features, const hb_feature_t *user_features,
unsigned int num_user_features) unsigned int num_user_features)
{ {
hb_ot_map_builder_t *map = &planner->map; hb_ot_map_builder_t *map = &planner->map;
map->enable_feature (HB_TAG('r','v','r','n')); map->enable_feature (HB_TAG('r','v','r','n'));
map->add_gsub_pause (nullptr); map->add_gsub_pause (nullptr);
switch (planner->props.direction) { switch (planner->props.direction)
{
case HB_DIRECTION_LTR: case HB_DIRECTION_LTR:
map->enable_feature (HB_TAG ('l','t','r','a')); map->enable_feature (HB_TAG ('l','t','r','a'));
map->enable_feature (HB_TAG ('l','t','r','m')); map->enable_feature (HB_TAG ('l','t','r','m'));