harfbuzz/test/subset
Garret Rieger 9121ed0cec [subset] Improve sharing of Ligature subtables.
Ligature subtables use virtual links to enforce an ordering constraint between the subtables and the coverage table. Unfortunately this has the sideeffect of prevent the subtables from being shared by another Ligature with a different coverage table since object equality compares all links real and virtual. This change makes virtual links stored separately from real links and updates the equality check to only check real links. If an object is de-duped any virtual links it has are merged into the object that replaces it.
2021-12-01 08:37:04 -07:00
..
data [subset] Improve sharing of Ligature subtables. 2021-12-01 08:37:04 -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] layout_features filtering fix 2021-11-25 11:24:41 -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