diff options
Diffstat (limited to 'tests/typ/text/shaping.typ')
| -rw-r--r-- | tests/typ/text/shaping.typ | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/tests/typ/text/shaping.typ b/tests/typ/text/shaping.typ deleted file mode 100644 index 4a2b4f1e..00000000 --- a/tests/typ/text/shaping.typ +++ /dev/null @@ -1,29 +0,0 @@ -// Test shaping quirks. - ---- -// Test separation by script. -#set text(font: ("Linux Libertine", "IBM Plex Sans Devanagari")) -ABCअपार्टमेंट - -// This is how it should look like. -अपार्टमेंट - -// This (without the spaces) is how it would look -// if we didn't separate by script. -अ पा र् ट में ट - ---- -// A forced `latn` script inhibits Devanagari font features. -#set text(font: ("Linux Libertine", "IBM Plex Sans Devanagari"), script: "latn") -ABCअपार्टमेंट - ---- -// A forced `deva` script enables Devanagari font features. -#set text(font: ("Linux Libertine", "IBM Plex Sans Devanagari"), script: "deva") -ABCअपार्टमेंट - ---- -// Test that RTL safe-to-break doesn't panic even though newline -// doesn't exist in shaping output. -#set text(dir: rtl, font: "Noto Serif Hebrew") -\ ט |
