mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 13:05:04 +00:00
[test/vertical] Add more tests
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1s
arm / arm-none-eabi (push) Has been cancelled
configs-ci / build (push) Has been cancelled
fontations / build (push) Has been cancelled
linux-ci / build (push) Has been cancelled
macos-ci / build (push) Has been cancelled
msys2 / CLANG64 (push) Has been cancelled
msys2 / MINGW32 (push) Has been cancelled
msys2 / MINGW64 (push) Has been cancelled
msvc / msvc-2019-amd64 (push) Has been cancelled
msvc / msvc-2019-x86 (push) Has been cancelled
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1s
arm / arm-none-eabi (push) Has been cancelled
configs-ci / build (push) Has been cancelled
fontations / build (push) Has been cancelled
linux-ci / build (push) Has been cancelled
macos-ci / build (push) Has been cancelled
msys2 / CLANG64 (push) Has been cancelled
msys2 / MINGW32 (push) Has been cancelled
msys2 / MINGW64 (push) Has been cancelled
msvc / msvc-2019-amd64 (push) Has been cancelled
msvc / msvc-2019-x86 (push) Has been cancelled
This commit is contained in:
parent
afa0549dff
commit
4954edb2b1
3 changed files with 9 additions and 0 deletions
BIN
test/shape/data/in-house/fonts/NotoSansCJK-VF.abc.otf
Normal file
BIN
test/shape/data/in-house/fonts/NotoSansCJK-VF.abc.otf
Normal file
Binary file not shown.
BIN
test/shape/data/in-house/fonts/NotoSansCJK-VF.abc.ttf
Normal file
BIN
test/shape/data/in-house/fonts/NotoSansCJK-VF.abc.ttf
Normal file
Binary file not shown.
|
@ -1,4 +1,13 @@
|
|||
@font-funcs=ot,ft,fontations
|
||||
# CFF2+VORG
|
||||
../fonts/NotoSansCJK-VF.abc.otf;--direction=t;U+0041,U+0042;[gid1=0@-287,-880+0,-1000|gid2=1@-316,-880+0,-1000]
|
||||
@font-funcs=ot,fontations # TODO ft doesn't support VORG table?
|
||||
../fonts/NotoSansCJK-VF.abc.otf;--direction=t --variations wght=700;U+0041,U+0042;[gid1=0@-320,-880+0,-1000|gid2=1@-340,-880+0,-1000]
|
||||
# glyf+gvar+vmtx
|
||||
@font-funcs=ot,ft,fontations
|
||||
../fonts/NotoSansCJK-VF.abc.ttf;--direction=t;U+0041,U+0042;[gid1=0@-287,-880+0,-1000|gid2=1@-316,-880+0,-1000]
|
||||
../fonts/NotoSansCJK-VF.abc.ttf;--direction=t --variations wght=700;U+0041,U+0042;[gid1=0@-320,-880+0,-1000|gid2=1@-340,-880+0,-1000]
|
||||
@font-funcs=ot,ft,fontations
|
||||
# CFF+VORG
|
||||
../fonts/4cbbc461be066fccc611dcc634af6e8cb2705537.ttf;--direction=t;U+FF38;[gid2=0@-500,-867+0,-1000]
|
||||
# glyf, no vmtx
|
||||
|
|
Loading…
Add table
Reference in a new issue