commit | 364b6b3989e9df6335711e282e3250534d88299a | [log] [tgz] |
---|---|---|
author | Qunxin Liu <qxliu@google.com> | Sun Oct 31 14:38:20 2021 -0700 |
committer | Behdad Esfahbod <behdad@behdad.org> | Tue Nov 02 15:15:02 2021 -0700 |
tree | ffbdb0709e86f2b0b76f2b0cf0d062f491d11e44 | |
parent | 49c9392412ccf31cf948310acda057b96eb6afc6 [diff] |
[subset] Don't assume FeatureList is sorted Though the spec said FeatureRecords are sorted alphabetically by feature tag, there're font files with unsorted FeatureList. And harfbuzz is not able to subset these files correctly because we use binary search in finding featureRecords when collecting lookups. Also find_duplicate_features needs to be updated to handle this.
This is HarfBuzz, a text shaping library.
For bug reports, mailing list, and other information please visit:
For license information, see COPYING.
For build information, see BUILD.md.
For custom configurations, see CONFIG.md.
For test execution, see TESTING.md.
Documentation: https://harfbuzz.github.io