diff options
Diffstat (limited to 'tests/typ/text/fallback.typ')
| -rw-r--r-- | tests/typ/text/fallback.typ | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/typ/text/fallback.typ b/tests/typ/text/fallback.typ new file mode 100644 index 00000000..1db85945 --- /dev/null +++ b/tests/typ/text/fallback.typ @@ -0,0 +1,20 @@ +// Test font fallback. + +--- +// Font fallback for emoji. +A😀B + +// Font fallback for entire text. +دع النص يمطر عليك + +// Font fallback in right-to-left text. +ب🐈😀سم + +// Multi-layer font fallback. +Aب😀🏞سمB + +// Font fallback with composed emojis and multiple fonts. +01️⃣2 + +// Tofus are rendered with the first font. +A🐈ዲሞB |
