From: Ben Harris Date: Mon, 11 Oct 2021 22:11:59 +0000 (+0100) Subject: Add a bold weight (+50) to bedstead.c X-Git-Tag: bedstead-002.003~11 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=dea2091ce3941e5703603052cabf5ff0e826502c;p=bedstead-debian.git Add a bold weight (+50) to bedstead.c It produces self-intersecting characters, so it's not quite ready yet. --- 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]);