[subset] Add tests for collecting name_ids from STAT and FeatureParams
This commit is contained in:
parent
0d65738633
commit
204e155acb
|
@ -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.
Binary file not shown.
|
@ -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…
Reference in New Issue