diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-07-08 21:42:36 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-07-08 21:42:36 +0200 |
| commit | 7e2c217cbc3805c4cae613baf4149cc82e10d503 (patch) | |
| tree | 66c36a7cff800bc0b6b4ddcd2e85112219cd830d /tests/typ/code | |
| parent | 551e3af9d09a03aaa246cac46b98124bc10835ba (diff) | |
Rename some library arguments
- font
- color -> fill
- shorthands for families and size
- decoration functions
- color -> stroke
- strength -> thickness
- position -> offset
- invert offsets: now positive goes downwards just like the rest of typst
Diffstat (limited to 'tests/typ/code')
| -rw-r--r-- | tests/typ/code/call-wide.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/code/call-wide.typ b/tests/typ/code/call-wide.typ index 996a052d..1ad4995d 100644 --- a/tests/typ/code/call-wide.typ +++ b/tests/typ/code/call-wide.typ @@ -2,8 +2,8 @@ --- // Test multiple wide calls in separate expressions. -#font!(color: eastern) - First -#font!(color: forest) - Second +#font!(fill: eastern) - First +#font!(fill: forest) - Second --- // Test in heading. |
