mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
[instancer] add tests for instantiating BASE table
This commit is contained in:
parent
c5a85a73fa
commit
ebcdadbf54
5 changed files with 16 additions and 0 deletions
Binary file not shown.
Binary file not shown.
BIN
test/subset/data/fonts/NotoSerifHK-subset.ttf
Normal file
BIN
test/subset/data/fonts/NotoSerifHK-subset.ttf
Normal file
Binary file not shown.
15
test/subset/data/tests/instantiate_base.tests
Normal file
15
test/subset/data/tests/instantiate_base.tests
Normal file
|
@ -0,0 +1,15 @@
|
|||
FONTS:
|
||||
NotoSerifHK-subset.ttf
|
||||
|
||||
PROFILES:
|
||||
default.txt
|
||||
|
||||
SUBSETS:
|
||||
*
|
||||
|
||||
INSTANCES:
|
||||
wght=500
|
||||
wght=400:600
|
||||
|
||||
OPTIONS:
|
||||
no_fonttools
|
|
@ -55,6 +55,7 @@ tests = [
|
|||
'post',
|
||||
'32bit_var_store',
|
||||
'pin_all_at_default',
|
||||
'instantiate_base',
|
||||
'instantiate_glyf',
|
||||
'instantiate_cff2',
|
||||
'full_instance',
|
||||
|
|
Loading…
Add table
Reference in a new issue