diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-03-19 13:20:58 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-03-19 13:20:58 +0100 |
| commit | 54a9ccb1a5e9f1f1e5d2538d2f4ce3d4f7afc4ae (patch) | |
| tree | 3a0f45af5d1cd6d65420887f8412a5594b6300bd /tests/ref/expr | |
| parent | bd12d135cab32d61b32945433e77579d04298d52 (diff) | |
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.
Diffstat (limited to 'tests/ref/expr')
| -rw-r--r-- | tests/ref/expr/array.png | bin | 3317 -> 3396 bytes |
| -rw-r--r-- | tests/ref/expr/block-invalid.png | bin | 522 -> 512 bytes |
| -rw-r--r-- | tests/ref/expr/block.png | bin | 1453 -> 1428 bytes |
| -rw-r--r-- | tests/ref/expr/call-invalid.png | bin | 2789 -> 2866 bytes |
| -rw-r--r-- | tests/ref/expr/call.png | bin | 5863 -> 5991 bytes |
| -rw-r--r-- | tests/ref/expr/dict.png | bin | 1627 -> 1612 bytes |
| -rw-r--r-- | tests/ref/expr/ops.png | bin | 827 -> 776 bytes |
7 files changed, 0 insertions, 0 deletions
diff --git a/tests/ref/expr/array.png b/tests/ref/expr/array.png Binary files differindex 784553b3..b1e20348 100644 --- a/tests/ref/expr/array.png +++ b/tests/ref/expr/array.png diff --git a/tests/ref/expr/block-invalid.png b/tests/ref/expr/block-invalid.png Binary files differindex b380defc..d1e85402 100644 --- a/tests/ref/expr/block-invalid.png +++ b/tests/ref/expr/block-invalid.png diff --git a/tests/ref/expr/block.png b/tests/ref/expr/block.png Binary files differindex d5ad52ae..d8ea84fb 100644 --- a/tests/ref/expr/block.png +++ b/tests/ref/expr/block.png diff --git a/tests/ref/expr/call-invalid.png b/tests/ref/expr/call-invalid.png Binary files differindex 88f13780..eb192357 100644 --- a/tests/ref/expr/call-invalid.png +++ b/tests/ref/expr/call-invalid.png diff --git a/tests/ref/expr/call.png b/tests/ref/expr/call.png Binary files differindex 7197bb90..26f1cb03 100644 --- a/tests/ref/expr/call.png +++ b/tests/ref/expr/call.png diff --git a/tests/ref/expr/dict.png b/tests/ref/expr/dict.png Binary files differindex 28a7cb3b..1caef1e0 100644 --- a/tests/ref/expr/dict.png +++ b/tests/ref/expr/dict.png diff --git a/tests/ref/expr/ops.png b/tests/ref/expr/ops.png Binary files differindex 95a24c0e..2f3a28ea 100644 --- a/tests/ref/expr/ops.png +++ b/tests/ref/expr/ops.png |
