diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-04-02 21:55:25 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-04-03 13:55:58 +0200 |
| commit | 23d108c8e099798dc4d35ce9cbcd3e37fb50f3b2 (patch) | |
| tree | aa068b11b9ac0a4795fb6e86bb8283b1d4718e95 /tests/typ/text/fallback.typ | |
| parent | beca01c826ee51c9ee6d5eadd7e5ef10f7fb9f58 (diff) | |
Font fallback
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 |
