mirror of
https://github.com/typst/typst
synced 2025-05-15 09:35:28 +08:00
17 lines
339 B
Typst
17 lines
339 B
Typst
// Test if text with region works
|
|
|
|
---
|
|
// without any region
|
|
#set text(font: "Noto Serif CJK TC", lang: "zh")
|
|
#outline()
|
|
|
|
---
|
|
// with unknown region configured
|
|
#set text(font: "Noto Serif CJK TC", lang: "zh", region: "XX")
|
|
#outline()
|
|
|
|
---
|
|
// with region configured
|
|
#set text(font: "Noto Serif CJK TC", lang: "zh", region: "TW")
|
|
#outline()
|