From dea2091ce3941e5703603052cabf5ff0e826502c Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 11 Oct 2021 23:11:59 +0100 Subject: [PATCH] Add a bold weight (+50) to bedstead.c It produces self-intersecting characters, so it's not quite ready yet. --- bedstead.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bedstead.c b/bedstead.c index 8899b0a..59dfd89 100644 --- a/bedstead.c +++ b/bedstead.c @@ -199,6 +199,12 @@ static struct weight { -25, 400, }, + { + "--bold", + " Bold", + +50, + 700, + }, }; static int const nweights = sizeof(weights) / sizeof(weights[0]); -- 2.30.2