[directwrite] Add comment [ci skip]

This commit is contained in:
Khaled Hosny 2025-03-07 14:30:23 +02:00
parent a356603061
commit b8b56c4a67

View file

@ -638,6 +638,9 @@ _hb_directwrite_shape (hb_shape_plan_t *shape_plan,
hb_vector_t<hb_ms_features_t *> range_features;
hb_vector_t<uint32_t> range_char_counts;
// https://github.com/harfbuzz/harfbuzz/pull/5114
// The data allocated by these two vectors are used by the above two, so they
// should remain alive as long as the above two are.
hb_vector_t<hb_ms_feature_t> feature_records;
hb_vector_t<hb_ms_range_record_t> range_records;
if (num_features)