Go to file
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
.github Switch to pdf-writer ⬆️ 2020-11-19 23:46:51 +01:00
bench Reorganize tests 🔀 2021-02-20 23:34:33 +01:00
fonts Replace default fonts 🆕 2021-03-02 17:31:41 +01:00
src Better line spacing calculations ↕ 2021-03-10 10:20:01 +01:00
tests Better line spacing calculations ↕ 2021-03-10 10:20:01 +01:00
tools Fix whitespace ✔ 2021-03-04 13:55:21 +01:00
.gitignore VS Code extension for easier testing 🛠 2021-02-20 23:41:42 +01:00
Cargo.toml Remove dependencies on itoa and ryu ⬇️ 2021-03-02 15:45:01 +01:00
LICENSE.txt Closures and function definitions 🚀 2021-03-03 17:53:40 +01:00
rustfmt.toml Devise reasonably nice rustfmt.toml 🌿 2020-08-30 22:07:16 +02:00