diff options
| author | Malo <57839069+MDLC01@users.noreply.github.com> | 2025-01-23 19:24:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-23 18:24:35 +0000 |
| commit | 2d33393df967bbe55646b839e188c04380d823fe (patch) | |
| tree | ef9bf38a5ee0fb1bc68e99ab95c49f755b3950fe /tests | |
| parent | b7546bace7fb8640d1e7121b8bd7baf3cdb576e1 (diff) | |
Add support for `c2sc` OpenType feature in `smallcaps` (#5655)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/smallcaps-all.png | bin | 0 -> 512 bytes | |||
| -rw-r--r-- | tests/suite/text/smallcaps.typ | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/ref/smallcaps-all.png b/tests/ref/smallcaps-all.png Binary files differnew file mode 100644 index 00000000..f3be53f8 --- /dev/null +++ b/tests/ref/smallcaps-all.png diff --git a/tests/suite/text/smallcaps.typ b/tests/suite/text/smallcaps.typ index 6f36a028..981e41c4 100644 --- a/tests/suite/text/smallcaps.typ +++ b/tests/suite/text/smallcaps.typ @@ -10,3 +10,7 @@ #show smallcaps: set text(fill: red) #smallcaps[Smallcaps] + +--- smallcaps-all --- +#smallcaps(all: false)[Test 012] \ +#smallcaps(all: true)[Test 012] |
