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/library | |
| 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/library')
| -rw-r--r-- | tests/ref/library/font.png | bin | 4554 -> 8878 bytes |
| -rw-r--r-- | tests/ref/library/image.png | bin | 219392 -> 219513 bytes |
| -rw-r--r-- | tests/ref/library/pad.png | bin | 1254 -> 1226 bytes |
| -rw-r--r-- | tests/ref/library/page.png | bin | 8417 -> 8290 bytes |
| -rw-r--r-- | tests/ref/library/pagebreak.png | bin | 840 -> 803 bytes |
| -rw-r--r-- | tests/ref/library/shapes.png | bin | 3266 -> 3136 bytes |
| -rw-r--r-- | tests/ref/library/spacing.png | bin | 3960 -> 3833 bytes |
7 files changed, 0 insertions, 0 deletions
diff --git a/tests/ref/library/font.png b/tests/ref/library/font.png Binary files differindex 8e611b16..199a15f2 100644 --- a/tests/ref/library/font.png +++ b/tests/ref/library/font.png diff --git a/tests/ref/library/image.png b/tests/ref/library/image.png Binary files differindex af497c8d..0a45e11b 100644 --- a/tests/ref/library/image.png +++ b/tests/ref/library/image.png diff --git a/tests/ref/library/pad.png b/tests/ref/library/pad.png Binary files differindex a655061b..3536db5d 100644 --- a/tests/ref/library/pad.png +++ b/tests/ref/library/pad.png diff --git a/tests/ref/library/page.png b/tests/ref/library/page.png Binary files differindex 1537fad4..7d1ff96f 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 b1ee0eef..f0052f9e 100644 --- a/tests/ref/library/pagebreak.png +++ b/tests/ref/library/pagebreak.png diff --git a/tests/ref/library/shapes.png b/tests/ref/library/shapes.png Binary files differindex 8ace6fd6..a244feb1 100644 --- a/tests/ref/library/shapes.png +++ b/tests/ref/library/shapes.png diff --git a/tests/ref/library/spacing.png b/tests/ref/library/spacing.png Binary files differindex 0842d409..6a234a8a 100644 --- a/tests/ref/library/spacing.png +++ b/tests/ref/library/spacing.png |
