[aat] Adjust last range

Otherwise a user cluster value of -1 would have tripped us.
pull/4023/head
Behdad Esfahbod 2 years ago
parent e28c158c35
commit e122fe2acf
  1. 4
      src/hb-aat-map.cc

@ -162,6 +162,10 @@ hb_aat_map_builder_t::compile (hb_aat_map_t &m)
active_features.remove_ordered (feature - active_features.arrayZ);
}
}
for (auto &chain_flags : m.chain_flags)
// With our above setup this value is one less than desired; adjust it.
chain_flags.tail().cluster_last = HB_FEATURE_GLOBAL_END;
}

Loading…
Cancel
Save