diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-03-10 10:20:01 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-03-10 10:20:01 +0100 |
| commit | bbb9ed07ffe8a2a0ea0a232f6cfc52f82f7f7afe (patch) | |
| tree | 2b106b63e104652b66efc74a0ffa3080a8b0a134 /tests/ref/library | |
| parent | b2b8d37ce03de60582230e03c03efa356b6f31d3 (diff) | |
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.
Diffstat (limited to 'tests/ref/library')
| -rw-r--r-- | tests/ref/library/box.png | bin | 2663 -> 2510 bytes |
| -rw-r--r-- | tests/ref/library/font.png | bin | 4484 -> 4554 bytes |
| -rw-r--r-- | tests/ref/library/hv.png | bin | 3898 -> 3960 bytes |
| -rw-r--r-- | tests/ref/library/image.png | bin | 220343 -> 219392 bytes |
| -rw-r--r-- | tests/ref/library/page.png | bin | 8276 -> 8417 bytes |
| -rw-r--r-- | tests/ref/library/pagebreak.png | bin | 814 -> 840 bytes |
6 files changed, 0 insertions, 0 deletions
diff --git a/tests/ref/library/box.png b/tests/ref/library/box.png Binary files differindex e8513d70..2804f8e9 100644 --- a/tests/ref/library/box.png +++ b/tests/ref/library/box.png diff --git a/tests/ref/library/font.png b/tests/ref/library/font.png Binary files differindex 92b5b7fc..8e611b16 100644 --- a/tests/ref/library/font.png +++ b/tests/ref/library/font.png diff --git a/tests/ref/library/hv.png b/tests/ref/library/hv.png Binary files differindex 13a352a4..0842d409 100644 --- a/tests/ref/library/hv.png +++ b/tests/ref/library/hv.png diff --git a/tests/ref/library/image.png b/tests/ref/library/image.png Binary files differindex 70f263e6..af497c8d 100644 --- a/tests/ref/library/image.png +++ b/tests/ref/library/image.png diff --git a/tests/ref/library/page.png b/tests/ref/library/page.png Binary files differindex 1ddeeb3d..1537fad4 100644 --- a/tests/ref/library/page.png +++ b/tests/ref/library/page.png diff --git a/tests/ref/library/pagebreak.png b/tests/ref/library/pagebreak.png Binary files differindex dfb9dcaa..b1ee0eef 100644 --- a/tests/ref/library/pagebreak.png +++ b/tests/ref/library/pagebreak.png |
