From: Ben Harris Date: Sat, 6 Jun 2020 17:58:45 +0000 (+0100) Subject: Slight adjustment to ceiling and floor glyphs X-Git-Tag: bedstead-002.002~20 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=1d4e3daed803ecf317df892130850f14eaff1074;p=bedstead.git Slight adjustment to ceiling and floor glyphs They're a kind of bracket, so like other brackets they should span from baseline to cap height. --- diff --git a/bedstead.c b/bedstead.c index cc25e8b..2f30a7b 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1307,10 +1307,10 @@ static struct glyph { /* Miscellaneous technical */ {{004,012,021,021,021,021,037,000,000}, 0x2302, "house" }, - {{016,010,010,010,010,010,010,010,010}, U(2308) }, /* left ceiling */ - {{016,002,002,002,002,002,002,002,002}, U(2309) }, /* rightceiling */ - {{010,010,010,010,010,010,010,010,016}, U(230A) }, /* left floor */ - {{000,002,002,002,002,002,002,002,016}, U(230B) }, /* right floor */ + {{016,010,010,010,010,010,010,000,000}, U(2308) }, /* left ceiling */ + {{016,002,002,002,002,002,002,000,000}, U(2309) }, /* right ceiling */ + {{010,010,010,010,010,010,016,000,000}, U(230A) }, /* left floor */ + {{002,002,002,002,002,002,016,000,000}, U(230B) }, /* right floor */ {{000,000,037,020,020,000,000,000,000}, 0x2310, "revlogicalnot" }, {{000,000,002,005,004,004,004,004,004}, 0x2320, "integraltp" }, {{004,004,004,004,004,024,010,000,000}, 0x2321, "integralbt" },