summaryrefslogtreecommitdiff
path: root/crates/typst-cli/src/fonts.rs
AgeCommit message (Collapse)Author
2024-12-04Clean up CLI argument parsing (#5521)Laurenz
2024-09-30PDF export diagnostics (#5073)Laurenz
2024-08-05Add typst-kit crate (#4540)tingerrr
2024-06-06Add more environment control parameters to CLI (#4227)LuizAugustoPapa
Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com> Co-authored-by: Tulio Martins <tulioml240@gmail.com> Co-authored-by: PepinhoJp <pepinho.jp@gmail.com>
2024-02-28Externalize assets (#3515)Laurenz
2023-12-30New performance timings (#3096)Sébastien d'Herbais de Thun
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-12-14Make `World` thread-safeLaurenz
2023-11-24Merge `typst` and `typst-library`Laurenz
2023-10-25Use fontdb to search fonts, with basic fontconfig support (#2472)7sDream
2023-09-25Fix warning when compiling without embedded fontsLaurenz
2023-09-11Support proxy and custom certificate configuration. (#2006)Zicklag
2023-08-04Bytes typeLaurenz
- Moves `Bytes` from `util` to `eval` module - Accepts bytes in `str` function for bytes -> str conversion - Adds `bytes` function for str | array -> bytes conversion - Adds `array` function for bytes -> array conversion - Adds `len`, `at`, and `slice` methods for bytes - Adds `encoding` parameter to `read` function
2023-08-03Search additional font paths before system/embedded (#1847)Luke Chambers
2023-07-02Move everything into `crates/` directoryLaurenz