Go to file
Laurenz 54a9ccb1a5 Configurable font edges ⚙
Adds top-edge and bottom-edge parameters to the font function. These define how
the box around a word is computed. The possible values are:
- ascender
- cap-height (default top edge)
- x-height
- baseline (default bottom edge)
- descender

The defaults are chosen so that it's easy to create good-looking designs with
vertical alignment. Since they are much tighter than what most other software
uses by default, the default leading had to be increased to 50% of the font size
and paragraph spacing to 100% of the font size.

The values cap-height and x-height fall back to ascender in case they are zero
because this value may occur in fonts that don't have glyphs with cap- or
x-height (like Twitter Color Emoji). Since cap-height is the default top edge,
doing no fallback would break things badly.

Removes softness in favor of a simple boolean for pages and a more finegread u8
for spacing. This is needed to make paragraph spacing consume line spacing
created by hard line breaks.
2021-03-19 13:20:58 +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 Configurable font edges ⚙ 2021-03-19 13:20:58 +01:00
tests Configurable font edges ⚙ 2021-03-19 13:20:58 +01:00
tools Fixes in TextMate grammar 2021-03-17 14:47:11 +01:00
.gitignore VS Code extension for easier testing 🛠 2021-02-20 23:41:42 +01:00
Cargo.toml Faster compile times and test execution 2021-03-13 14:18:31 +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