summaryrefslogtreecommitdiff
path: root/crates/typst-cli/src/fonts.rs
AgeCommit message (Collapse)Author
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