typst/tests/suite/text/smallcaps.typ
Lachlan Kermode 99015efa66 Removes test from text/deco.typ
A test already exists for small caps; it now also tests HTML render.
2025-07-16 22:46:37 +02:00

17 lines
434 B
Typst

--- smallcaps ---
// Test smallcaps.
#smallcaps[Smallcaps]
--- smallcaps-show-rule ---
// There is no dedicated smallcaps font in typst-dev-assets, so we just use some
// other font to test this show rule.
#show smallcaps: set text(font: "PT Sans")
#smallcaps[Smallcaps]
#show smallcaps: set text(fill: red)
#smallcaps[Smallcaps]
--- smallcaps-all render html ---
#smallcaps(all: false)[Test 012] \
#smallcaps(all: true)[Test 012]