From e510bebc331e7df0300a87c57a8d4990c116c62b Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Sun, 19 May 2024 12:16:28 +0200 Subject: [PATCH] fixed (sort of) values / desc spacing --- src/config.typ | 4 ++-- src/renderer.typ | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/config.typ b/src/config.typ index 5d7c1ff..f835eb4 100644 --- a/src/config.typ +++ b/src/config.typ @@ -1,8 +1,8 @@ #let config( default-font-family: "Ubuntu Mono", - default-font-size: 1em, + default-font-size: 15pt, italic-font-family: "Ubuntu Mono", - italic-font-size: 0.8em, + italic-font-size: 12pt, background: white, text-color: black, link-color: black, diff --git a/src/renderer.typ b/src/renderer.typ index 9223138..0f0c34e 100644 --- a/src/renderer.typ +++ b/src/renderer.typ @@ -37,7 +37,7 @@ if fill != none { content-params.insert("fill", fill) content-params.insert("frame", "rect") - content-params.insert("padding", 4pt) + content-params.insert("padding", (4pt, 0pt)) } draw.content( @@ -128,7 +128,8 @@ italic: true, size: config.italic-font-size ) - desc-y += 8 // TODO: change this + + desc-y += config.italic-font-size / 1.2pt } return (shapes, desc-x, desc-y) @@ -171,8 +172,7 @@ anchor: "west" ) - // TODO: change this - desc-y += 18 + desc-y += config.default-font-size / 0.75pt if range_.values != none and range_.depends-on == none { let shapes_