From 23d108c8e099798dc4d35ce9cbcd3e37fb50f3b2 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 2 Apr 2022 21:55:25 +0200 Subject: Font fallback --- tests/typ/text/fallback.typ | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/typ/text/fallback.typ (limited to 'tests/typ/text/fallback.typ') 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 -- cgit v1.2.3