summaryrefslogtreecommitdiff
path: root/tests/suite/text/smallcaps.typ
blob: 981e41c4cb9076fd2dca697ab2368e958ba08b07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- 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 ---
#smallcaps(all: false)[Test 012] \
#smallcaps(all: true)[Test 012]