Add full variable font subsetting test.
This commit is contained in:
parent
c4b49075f6
commit
85b0728783
|
@ -36,6 +36,7 @@ EXTRA_DIST += \
|
||||||
expected/sbix \
|
expected/sbix \
|
||||||
expected/colr \
|
expected/colr \
|
||||||
expected/cbdt \
|
expected/cbdt \
|
||||||
|
expected/variable \
|
||||||
fonts \
|
fonts \
|
||||||
profiles \
|
profiles \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
|
@ -28,6 +28,7 @@ TESTS = \
|
||||||
tests/layout.notonastaliqurdu.tests \
|
tests/layout.notonastaliqurdu.tests \
|
||||||
tests/layout.tests \
|
tests/layout.tests \
|
||||||
tests/sbix.tests \
|
tests/sbix.tests \
|
||||||
|
tests/variable.tests \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
XFAIL_TESTS = \
|
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',
|
'sbix',
|
||||||
'colr',
|
'colr',
|
||||||
'cbdt',
|
'cbdt',
|
||||||
|
'variable',
|
||||||
]
|
]
|
||||||
|
|
||||||
repack_tests = [
|
repack_tests = [
|
||||||
|
|
Loading…
Reference in New Issue