mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-10 05:53:05 -04:00
A rather weird attempt at mathematical angle brackets
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).
This commit is contained in:
parent
b855a1f38b
commit
d016cef1ba
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user