chiark / gitweb /
Slight adjustment to ceiling and floor glyphs
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 6 Jun 2020 17:58:45 +0000 (18:58 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 6 Jun 2020 17:58:45 +0000 (18:58 +0100)
They're a kind of bracket, so like other brackets they should span
from baseline to cap height.

bedstead.c

index cc25e8bcd37d859a3a85020e170ffb3f1db0b6d7..2f30a7baa662318202e7b9c5e1f4d9e39505fb1b 100644 (file)
@@ -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" },