mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 21:45:06 +00:00
[aat] Initialize values
This commit is contained in:
parent
e78a68bf46
commit
8c83de1396
1 changed files with 2 additions and 2 deletions
|
@ -115,8 +115,8 @@ struct hb_aat_map_builder_t
|
|||
public:
|
||||
hb_sorted_vector_t<feature_range_t> features;
|
||||
hb_sorted_vector_t<feature_info_t> current_features;
|
||||
unsigned range_first;
|
||||
unsigned range_last;
|
||||
unsigned range_first = HB_FEATURE_GLOBAL_START;
|
||||
unsigned range_last = HB_FEATURE_GLOBAL_END;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue