mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
19 lines
436 B
Typst
19 lines
436 B
Typst
// Test shaping quirks.
|
||
|
||
---
|
||
// Test separation by script.
|
||
ABCअपार्टमेंट
|
||
|
||
// This is how it should look like.
|
||
अपार्टमेंट
|
||
|
||
// This (without the spaces) is how it would look
|
||
// if we didn't separate by script.
|
||
अ पा र् ट में ट
|
||
|
||
---
|
||
// Test that RTL safe-to-break doesn't panic even though newline
|
||
// doesn't exist in shaping output.
|
||
#set text(dir: rtl, "Noto Serif Hebrew")
|
||
\ ט
|