diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-03-29 14:51:54 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-03-29 14:51:54 +0200 |
| commit | 9c040a9d2b6aa0400df868c8a8581a9e168b9d14 (patch) | |
| tree | c9052f2dffa386a2f4343e72ae8d18e0f695b964 /tests/typ/text/complex.typ | |
| parent | df7ba364743cbcadbded78df0250c0b58d70503f (diff) | |
Move around test cases π
Diffstat (limited to 'tests/typ/text/complex.typ')
| -rw-r--r-- | tests/typ/text/complex.typ | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/tests/typ/text/complex.typ b/tests/typ/text/complex.typ deleted file mode 100644 index 567a208d..00000000 --- a/tests/typ/text/complex.typ +++ /dev/null @@ -1,38 +0,0 @@ -// Test complex text shaping. - ---- -// Test ligatures. - -// This should create an "fi" ligature. -Le fira - -// This should just shape nicely. -#font("Noto Sans Arabic") -Ω
ΩΨ΄ Ψ₯ΩΨ§ Ψ¨Ψ³Ω
Ψ§ΩΩΩ - -// This should form a three-member family. -#font("Twitter Color Emoji") -π©βπ©βπ¦ π€πΏ - -// These two shouldn't be affected by a zero-width joiner. -πβπ - ---- -// Test font fallback. - -#font("EB Garamond", "Noto Sans Arabic", "Twitter Color Emoji") - -// Font fallback for emoji. -AπB - -// Font fallback for entire text. -Ω
ΩΨ΄ Ψ₯ΩΨ§ Ψ¨Ψ³Ω
Ψ§ΩΩΩ - -// Font fallback in right-to-left text. -Ψ¨ππΨ³Ω
- -// Multi-layer font fallback. -AΨ¨ππΨ³Ω
B - -// Tofus are rendered with the first font. -AπδΈζB |
