Add full variable font subsetting test.
This commit is contained in:
parent
c4b49075f6
commit
85b0728783
|
@ -36,6 +36,7 @@ EXTRA_DIST += \
|
|||
expected/sbix \
|
||||
expected/colr \
|
||||
expected/cbdt \
|
||||
expected/variable \
|
||||
fonts \
|
||||
profiles \
|
||||
$(NULL)
|
||||
|
|
|
@ -28,6 +28,7 @@ TESTS = \
|
|||
tests/layout.notonastaliqurdu.tests \
|
||||
tests/layout.tests \
|
||||
tests/sbix.tests \
|
||||
tests/variable.tests \
|
||||
$(NULL)
|
||||
|
||||
XFAIL_TESTS = \
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,9 @@
|
|||
FONTS:
|
||||
Fraunces.ttf
|
||||
|
||||
PROFILES:
|
||||
keep-layout.txt
|
||||
|
||||
SUBSETS:
|
||||
a
|
||||
&fiĤĥ
|
|
@ -28,6 +28,7 @@ tests = [
|
|||
'sbix',
|
||||
'colr',
|
||||
'cbdt',
|
||||
'variable',
|
||||
]
|
||||
|
||||
repack_tests = [
|
||||
|
|
Loading…
Reference in New Issue