[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/instance_comp_glyph_empty_child \
|
||||||
expected/post_apply_mvar_delta \
|
expected/post_apply_mvar_delta \
|
||||||
expected/apply_cvar_delta \
|
expected/apply_cvar_delta \
|
||||||
|
expected/collect_name_ids \
|
||||||
fonts \
|
fonts \
|
||||||
profiles \
|
profiles \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
|
@ -58,6 +58,7 @@ TESTS = \
|
||||||
tests/instance_comp_glyph_empty_child.tests \
|
tests/instance_comp_glyph_empty_child.tests \
|
||||||
tests/post_apply_mvar_delta.tests \
|
tests/post_apply_mvar_delta.tests \
|
||||||
tests/apply_cvar_delta.tests \
|
tests/apply_cvar_delta.tests \
|
||||||
|
tests/collect_name_ids.tests \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
# TODO: re-enable once colrv1 subsetting is stabilized.
|
# 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',
|
'instance_comp_glyph_empty_child',
|
||||||
'post_apply_mvar_delta',
|
'post_apply_mvar_delta',
|
||||||
'apply_cvar_delta',
|
'apply_cvar_delta',
|
||||||
|
'collect_name_ids',
|
||||||
]
|
]
|
||||||
|
|
||||||
repack_tests = [
|
repack_tests = [
|
||||||
|
|
Loading…
Reference in New Issue