typst/src/export
Laurenz bbb9ed07ff Better line spacing calculations ↕
- Only add line spacing between lines. Previously, line spacing was added below
  every line, making `#box[word]` higher than just `word`.
- Compute box height of text as `ascender - descender` so that the full word is
  contained in the box.
2021-03-10 10:20:01 +01:00
..
mod.rs Move exporting into seperate module 🧱 2019-03-30 16:01:45 +01:00
pdf.rs Better line spacing calculations ↕ 2021-03-10 10:20:01 +01:00