summaryrefslogtreecommitdiff
path: root/tests/typ/text/shaping.typ
AgeCommit message (Collapse)Author
2024-04-13Better test runner (#3922)Laurenz
2024-02-28Externalize assets (#3515)Laurenz
2023-10-03Fix test failureLaurenz
Before we tested with an unavailable font, but the hyphens were still visible. But now the hyphens respect fallback too, so it's really hard to test it. I am removing the test for now.
2023-10-03ShapedText::push_hyphen: Use self.base for default hyphen range (#2299)bluebear94
In the unlikely chance that we hyphenate after an empty line, we set the glyph range to self.base..self.base so that subtracting Fixes #2283.
2023-07-19Support OpenType writing script (#1697)damaxwell
2023-03-08Require font to be a named argumentLaurenz
2022-04-12Segment by scriptLaurenz
2022-04-03Font fallbackLaurenz
2021-12-15Set Rules Episode VII: The Set AwakensLaurenz
2021-11-16Move `lang` functionality into `par`Laurenz
2021-09-30New default fontsLaurenz
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-07Do binary search and find the outermost glyph with the text index 🔍Laurenz
Co-Authored-By: Martin <mhaug@live.de>
2021-03-30BiDi tests ✅Laurenz
2021-03-29Move around test cases 🚚Laurenz