chiark / gitweb /
Add a bold weight (+50) to bedstead.c
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 11 Oct 2021 22:11:59 +0000 (23:11 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 16 Oct 2021 19:06:33 +0000 (20:06 +0100)
It produces self-intersecting characters, so it's not quite ready yet.

bedstead.c

index 8899b0a5b4c2f57cc466c549ddafc47e4e9016c0..59dfd89b09ca78d3740f3ca19c0533418542fbe5 100644 (file)
@@ -199,6 +199,12 @@ static struct weight {
                -25,
                400,
        },
+       {
+               "--bold",
+               " Bold",
+               +50,
+               700,
+       },
 };
 
 static int const nweights = sizeof(weights) / sizeof(weights[0]);