mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
Minor
This commit is contained in:
parent
70136a78cb
commit
d9867497d0
1 changed files with 2 additions and 1 deletions
|
@ -125,7 +125,8 @@ hb_ot_shape_collect_features (hb_ot_shape_planner_t *planner,
|
|||
{
|
||||
const hb_feature_t *feature = &user_features[i];
|
||||
map->add_feature (feature->tag,
|
||||
(feature->start == 0 && feature->end == (unsigned int) -1) ? F_GLOBAL : F_NONE,
|
||||
(feature->start == HB_FEATURE_GLOBAL_START &&
|
||||
feature->end == HB_FEATURE_GLOBAL_END) ? F_GLOBAL : F_NONE,
|
||||
feature->value);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue