summaryrefslogtreecommitdiff
path: root/tests/typ/text/chinese.typ
AgeCommit message (Collapse)Author
2024-04-13Better test runner (#3922)Laurenz
2023-03-08Require font to be a named argumentLaurenz
2021-12-15Set Rules Episode VII: The Set AwakensLaurenz
2021-08-17Library functions behave more imperativelyLaurenz
- Templates scope state changes - State-modifying function operate in place instead of returning a template - Internal template representation contains actual owned nodes instead of a pointer to a syntax tree + an expression map - No more wide calls
2021-07-08Rename some library argumentsLaurenz
- 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
2021-06-29Make use of wide callsLaurenz
2021-06-25Make font take everything as keyword argumentsLaurenz
2021-04-03Better paragraph layout tests ✅Laurenz