summaryrefslogtreecommitdiff
path: root/tests/ref/text
AgeCommit message (Collapse)Author
2022-04-13Smart quotesLaurenz
Co-Authored-By: Martin Haug <mhaug@live.de>
2022-04-13Fix bug with basically empty paragraphLaurenz
2022-04-13Don't hang quotesLaurenz
2022-04-12Segment by scriptLaurenz
2022-04-10Move language-related properties from `par` to `text`Laurenz
Closes #67
2022-04-09Sum color and length into strokeLaurenz
2022-04-08Em unitsLaurenz
2022-04-07Make chinese justification less badLaurenz
2022-04-03Font fallbackLaurenz
2022-03-14Knuth-Plass and MicroTypeLaurenz
2022-03-08HyphenationLaurenz
2022-02-28Reorganize libraryLaurenz
2022-02-25Basic justificationLaurenz
2022-02-24First-line indentsLaurenz
Co-Authored-By: Martin Haug <mhaug@live.de>
2022-02-21Refactor paragraph layoutLaurenz
2022-02-09Set rules for everythingLaurenz
2022-02-07Redesigned template layoutLaurenz
2022-02-04Add evasion of glyph shape for under- and overlinesMartin Haug
2022-01-24Export into rendered imagesLaurenz
2022-01-08Make all nodes into classesLaurenz
2022-01-05RefactorLaurenz
2021-12-21Set Rules Episode IX: The Rise of TestingLaurenz
2021-12-15Set Rules Episode V: The Tests Strike BackLaurenz
2021-12-02Remove baseline weirdnessLaurenz
2021-11-23TransformationsLaurenz
2021-11-20StrokesLaurenz
2021-11-17Configurable paragraph alignmentLaurenz
2021-11-17Align nodeLaurenz
2021-11-16Image fit modesLaurenz
2021-11-20RTL tracking testLaurenz
2021-11-20Add tracking to font functionMartin Haug
2021-11-02Smallcaps, sub- and superscript, ligature ctrls...Martin Haug
2021-10-26Trim `mailto:` and `tel:` from linksLaurenz
2021-09-30New default fontsLaurenz
2021-09-28Allow linear values for text edgesLaurenz
2021-08-27Make font fallback disableableLaurenz
2021-08-24Switch from state to decorations for underline/strikethrough/overlineLaurenz
2021-08-23Links! (#43)Martin
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2021-07-30Fatal errorsLaurenz
- Makes errors fatal, so that a phase is only reached when all previous phases were error-free - Parsing still recovers and can produce multiple errors - Evaluation fails fast and can thus produce only a single error (except for parse errors due to an import) - The single error that could occur during execution is removed for now - Removes Value::Error variant
2021-07-29Refactor stateLaurenz
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-10Text decorationsMartin Haug
2021-06-10Restructure testsLaurenz
2021-05-18Reorganize test casesLaurenz
2021-04-07Do binary search and find the outermost glyph with the text index 🔍Laurenz
Co-Authored-By: Martin <mhaug@live.de>
2021-04-05Reshaping with unsafe-to-break ⚡Laurenz
Co-Authored-By: Martin <mhaug@live.de>
2021-04-03Better paragraph layout tests ✅Laurenz
2021-03-30Refactor ♻Laurenz
2021-03-30BiDi tests ✅Laurenz
2021-03-30BiDi reordering 🔃Laurenz
Co-Authored-By: Martin <mhaug@live.de>