harfbuzz/test/subset
Qunxin Liu 364b6b3989 [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.
2021-11-02 15:15:02 -07:00
..
data [subset] Don't assume FeatureList is sorted 2021-11-02 15:15:02 -07:00
Makefile.am [subset] add tests that check for successful repacking of a real font file. 2021-03-17 15:53:58 -07:00
generate-expected-outputs.py [test] Improve generate-expected-outputs.py diff output 2021-08-12 02:02:10 +02:00
meson.build [subset] Don't assume FeatureList is sorted 2021-11-02 15:15:02 -07:00
repack_test.py [subset] add tests that check for successful repacking of a real font file. 2021-03-17 15:53:58 -07:00
run-repack-tests.py [test/shaping;util] Use ';' instead of ':' to separate test fields 2021-08-10 11:08:36 -06:00
run-tests.py [util] Move hb-subset away from main-font-text 2021-08-11 20:12:36 -06:00
subset_test_suite.py Revert "[test] Speed-up subset tests by saving TTX dump" 2021-08-04 04:10:37 +02:00