typst/tests/typ/text/lang-with-region.typ
Sung Jeon 08b49291bc
Add NumberingKind variants for Korean (#1360)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-05-30 18:42:24 +02:00

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()