mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 22:41:27 +00:00
[subset] Add additional colrv1 subsetting tests that has a glyph with components.
This commit is contained in:
parent
26c80adb61
commit
d2397d91f3
13 changed files with 15 additions and 0 deletions
|
@ -37,6 +37,7 @@ EXTRA_DIST += \
|
|||
expected/sbix \
|
||||
expected/colr \
|
||||
expected/colr_with_components \
|
||||
expected/colrv1.notoemoji \
|
||||
expected/cbdt \
|
||||
expected/variable \
|
||||
fonts \
|
||||
|
|
|
@ -7,6 +7,7 @@ TESTS = \
|
|||
tests/cmap14.tests \
|
||||
tests/colr.tests \
|
||||
tests/colr_with_components.tests \
|
||||
tests/colrv1.notoemoji.tests \
|
||||
tests/full-font.tests \
|
||||
tests/japanese.tests \
|
||||
tests/layout.context.tests \
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
test/subset/data/fonts/NotoColrEmojiGlyf-Regular.subset.ttf
Normal file
BIN
test/subset/data/fonts/NotoColrEmojiGlyf-Regular.subset.ttf
Normal file
Binary file not shown.
12
test/subset/data/tests/colrv1.notoemoji.tests
Normal file
12
test/subset/data/tests/colrv1.notoemoji.tests
Normal file
|
@ -0,0 +1,12 @@
|
|||
FONTS:
|
||||
NotoColrEmojiGlyf-Regular.subset.ttf
|
||||
|
||||
PROFILES:
|
||||
default.txt
|
||||
drop-hints.txt
|
||||
drop-hints-retain-gids.txt
|
||||
retain-gids.txt
|
||||
|
||||
SUBSETS:
|
||||
U+1f696
|
||||
U+1f35e
|
|
@ -28,6 +28,7 @@ tests = [
|
|||
'cmap14',
|
||||
'sbix',
|
||||
'colr',
|
||||
'colrv1.notoemoji',
|
||||
'colr_with_components',
|
||||
'cbdt',
|
||||
'variable',
|
||||
|
|
Loading…
Add table
Reference in a new issue