[subset] Add tests for collecting name_ids from STAT and FeatureParams

pull/4168/head
Qunxin Liu 2 years ago
parent 0d65738633
commit 204e155acb
  1. 1
      test/subset/data/Makefile.am
  2. 1
      test/subset/data/Makefile.sources
  3. BIN
      test/subset/data/expected/collect_name_ids/SourceSerif4Variable-Roman_subset.keep-all-layout-features.retain-all-codepoint.otf
  4. BIN
      test/subset/data/fonts/SourceSerif4Variable-Roman_subset.otf
  5. 11
      test/subset/data/tests/collect_name_ids.tests
  6. 1
      test/subset/meson.build

@ -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.

@ -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…
Cancel
Save