[instancer] add tests for mvar partial instancing

pull/4393/head
Qunxin Liu 1 year ago
parent 45c2d05d00
commit 7b5daff5eb
  1. BIN
      test/subset/data/expected/mvar_partial_instance/NotoSans-VF.abc.no-tables-with-item-variations.retain-all-codepoint.wght=200-600,wdth=80-90,CTGR=20-60.ttf
  2. BIN
      test/subset/data/expected/mvar_partial_instance/NotoSans-VF.abc.no-tables-with-item-variations.retain-all-codepoint.wght=300-600.ttf
  3. BIN
      test/subset/data/expected/mvar_partial_instance/NotoSans-VF.abc.no-tables-with-item-variations.retain-all-codepoint.wght=500-800.ttf
  4. 2
      test/subset/data/profiles/no-tables-with-item-variations.txt
  5. 13
      test/subset/data/tests/mvar_partial_instance.tests
  6. 2
      test/subset/meson.build

@ -1 +1 @@
--drop-tables+=MVAR,HVAR,VVAR,GDEF,COLR,GPOS
--drop-tables+=HVAR,VVAR,GDEF,COLR,GPOS

@ -0,0 +1,13 @@
FONTS:
NotoSans-VF.abc.ttf
PROFILES:
no-tables-with-item-variations.txt
SUBSETS:
*
INSTANCES:
wght=300:600
wght=500:800
wght=200:600,wdth=80:90,CTGR=20:60

@ -68,7 +68,7 @@ tests = [
]
if get_option('experimental_api')
tests += 'glyf_partial_instancing'
tests += ['glyf_partial_instancing', 'mvar_partial_instance']
endif
repack_tests = [

Loading…
Cancel
Save