chiark / gitweb /
A rather weird attempt at mathematical angle brackets
authorBen Harris <bjh21@bjh21.me.uk>
Thu, 2 May 2024 20:24:23 +0000 (21:24 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Thu, 2 May 2024 20:24:23 +0000 (21:24 +0100)
BQN wants U+27E8 MATHEMATICAL LEFT ANGLE BRACKET and U+27E9
MATHEMATICAL RIGHT ANGLE BRACKET in addition to the usual three kinds
of bracket and less-than and greater-than signs.  I've come up with a
design that is at least visually distinct from all the others and
might be argued to be consistent with the way we represent oblique
lines in other characters (e.g. capital A).

bedstead.c

index 2e276d80ace5890e5ce227b01d4aa1f663622c35..8f8b98abd69677e517dbc4503c3a5794d2c9fede 100644 (file)
@@ -1782,6 +1782,8 @@ static struct glyph {
  {{004,004,004,016,004,004,004,000,000}, U(27CA) }, /* vert bar horiz stroke */
  {{000,025,025,025,025,016,000,000,000}, U(27D2) }, /* upward element of */
  {{000,000,010,027,010,000,000,000,000}, U(27DC) }, /* left multimap */
+ {{002,002,004,010,004,002,002,000,000}, U(27E8) }, /* left angle bracket */
+ {{010,010,004,002,004,010,010,000,000}, U(27E9) }, /* right angle bracket */
 
  /* Supplemental arrows-B */
  {{000,037,016,025,004,004,000,000,000}, U(2912) }, /* arrowupbar */