chiark / gitweb /
Correct TTF names for bold faces
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 16 Oct 2021 15:04:47 +0000 (16:04 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 16 Oct 2021 19:06:33 +0000 (20:06 +0100)
commit03f5cbbf1a9151db861724df5153bd5cb1ba6e29
treea71c4769b79aa913d9e554530ae887a48d7a73e9
parent58eebbf5f8ba1181b25b1e143938d902566e48e7
Correct TTF names for bold faces

Unlike other weights, "Bold" can be represented in the normal TTF
Family/Subfamily structure, so it should be put there.  To avoid making
the single printf call for LangName unbearably complex, I've split it
into two, one for the case where the typographic family/subfamily names
(16/17) differ from the basic ones, and one for when they don't.
bedstead.c