chiark
/
gitweb
/
~bjharris
/
bedstead-debian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63987f1
)
Add a bold weight (+50) to bedstead.c
author
Ben Harris
<bjh21@bjh21.me.uk>
Mon, 11 Oct 2021 22:11:59 +0000
(23:11 +0100)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/bedstead.c
b/bedstead.c
index 8899b0a5b4c2f57cc466c549ddafc47e4e9016c0..59dfd89b09ca78d3740f3ca19c0533418542fbe5 100644
(file)
--- 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]);