summaryrefslogtreecommitdiff
path: root/src/library/text/mod.rs
AgeCommit message (Collapse)Author
2022-11-03Split cratesLaurenz
2022-11-02More dynamic content representationLaurenz
2022-10-31Replace `encode` with `field`Laurenz
2022-10-28Refactor `geom` moduleLaurenz
2022-10-18Reduce dependencies from compiler on libraryLaurenz
2022-09-30Bump ttf-parserLaurenz
2022-09-21Tracked memoizationLaurenz
2022-09-20Refactor error handlingLaurenz
2022-09-20A New WorldLaurenz
2022-09-19Remove font storeLaurenz
2022-09-19RenamingLaurenz
`Face` -> `Font` `FaceId` -> `FontId` `SourceFile` -> `Source`
2022-06-14Many fixesLaurenz
2022-05-31Sub- and superscriptsMartin Haug
Fixes to PDF export I guess Also improved rendition for non-Latin scripts
2022-05-27Intra-document linksMartin Haug
2022-05-25Move route from context to VMLaurenz
2022-05-19Fix generated strong and emphasized textLaurenz
2022-05-13Pass language to raw show ruleLaurenz
2022-05-06Cast content from stringLaurenz
2022-05-04Move smallcaps into separate functionLaurenz
2022-05-03Support recursive show rulesLaurenz
2022-04-30New block spacing modelLaurenz
2022-04-24Split `show` into `realize` and `finalize`Laurenz
2022-04-23Show rules with type ascribed objectLaurenz
2022-04-17Repeat functionLaurenz
2022-04-13Improve language and add region controlsLaurenz
2022-04-13Make language non-optional with english as defaultLaurenz
2022-04-13Smart quotesLaurenz
Co-Authored-By: Martin Haug <mhaug@live.de>
2022-04-10Move language-related properties from `par` to `text`Laurenz
Closes #67
2022-04-08Em unitsLaurenz
2022-04-07Make `Relative` genericLaurenz
2022-04-07Rename length-related typesLaurenz
`Fractional` => `Fraction` `Relative` => `Ratio` `Linear` => `Relative`
2022-04-07Rework style chainsLaurenz
2022-04-03Font fallbackLaurenz
2022-03-14Knuth-Plass and MicroTypeLaurenz
2022-03-12Remove classes and improve namingLaurenz
2022-03-11Rename template to contentLaurenz
2022-03-11Consistent block namingLaurenz
2022-03-08HyphenationLaurenz
2022-02-28Reorganize libraryLaurenz