mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 21:45:06 +00:00
[subset] Add tests for collecting name_ids from STAT and FeatureParams
This commit is contained in:
parent
0d65738633
commit
204e155acb
6 changed files with 14 additions and 0 deletions
|
@ -67,6 +67,7 @@ EXTRA_DIST += \
|
|||
expected/instance_comp_glyph_empty_child \
|
||||
expected/post_apply_mvar_delta \
|
||||
expected/apply_cvar_delta \
|
||||
expected/collect_name_ids \
|
||||
fonts \
|
||||
profiles \
|
||||
$(NULL)
|
||||
|
|
|
@ -58,6 +58,7 @@ TESTS = \
|
|||
tests/instance_comp_glyph_empty_child.tests \
|
||||
tests/post_apply_mvar_delta.tests \
|
||||
tests/apply_cvar_delta.tests \
|
||||
tests/collect_name_ids.tests \
|
||||
$(NULL)
|
||||
|
||||
# TODO: re-enable once colrv1 subsetting is stabilized.
|
||||
|
|
Binary file not shown.
BIN
test/subset/data/fonts/SourceSerif4Variable-Roman_subset.otf
Normal file
BIN
test/subset/data/fonts/SourceSerif4Variable-Roman_subset.otf
Normal file
Binary file not shown.
11
test/subset/data/tests/collect_name_ids.tests
Normal file
11
test/subset/data/tests/collect_name_ids.tests
Normal file
|
@ -0,0 +1,11 @@
|
|||
FONTS:
|
||||
SourceSerif4Variable-Roman_subset.otf
|
||||
|
||||
PROFILES:
|
||||
keep-all-layout-features.txt
|
||||
|
||||
SUBSETS:
|
||||
*
|
||||
|
||||
OPTIONS:
|
||||
no_fonttools
|
|
@ -60,6 +60,7 @@ tests = [
|
|||
'instance_comp_glyph_empty_child',
|
||||
'post_apply_mvar_delta',
|
||||
'apply_cvar_delta',
|
||||
'collect_name_ids',
|
||||
]
|
||||
|
||||
repack_tests = [
|
||||
|
|
Loading…
Add table
Reference in a new issue