[subset/COLR] add tests for copying varStore

This commit is contained in:
Qunxin Liu 2023-01-27 11:05:13 -08:00 committed by Behdad Esfahbod
parent 0f33ea8c4f
commit 615595689c
17 changed files with 16 additions and 0 deletions

View File

@ -49,6 +49,7 @@ EXTRA_DIST += \
expected/colr \
expected/colr_glyphs \
expected/colrv1 \
expected/colrv1_copy_varstore \
expected/colr_with_components \
expected/cbdt \
expected/variable \

View File

@ -10,6 +10,7 @@ TESTS = \
tests/colr.tests \
tests/colr_glyphs.tests \
tests/colrv1.tests \
tests/colrv1_copy_varstore.tests \
tests/colr_with_components.tests \
tests/full-font.tests \
tests/glyf_bug_3131.tests \

Binary file not shown.

View File

@ -0,0 +1,13 @@
FONTS:
Foldit.ttf
PROFILES:
default.txt
drop-hints.txt
drop-hints-retain-gids.txt
retain-gids.txt
SUBSETS:
A
AB
*

View File

@ -43,6 +43,7 @@ tests = [
# TODO: re-enable once colrv1 subsetting is stabilized.
# 'colrv1.notoemoji',
'colrv1',
'colrv1_copy_varstore',
'colr_with_components',
'cbdt',
'variable',