From: Ben Harris Date: Sun, 5 May 2024 18:44:41 +0000 (+0100) Subject: A couple of n-ary circled operators to go with normal ones X-Git-Tag: bedstead-002.005~14 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=2269fc7bc6da4adc49000009f8bc4ce50c47a996;p=bedstead.git A couple of n-ary circled operators to go with normal ones --- diff --git a/bedstead.c b/bedstead.c index 66d429f..0758e65 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1836,6 +1836,8 @@ static struct glyph { {{000,016,025,037,021,016,000,000,000}, U(29BA) }, /* circled horiz up */ /* Supplemental mathematical operators */ + {{016,021,021,021,025,021,021,021,016}, U(2A00) }, /* n-ary circled dot */ + {{016,021,025,025,037,025,025,021,016}, U(2A01) }, /* n-ary circled plus */ {{004,004,037,004,004,000,004,000,000}, U(2A25) }, /* plus dot */ {{000,000,000,037,000,004,000,000,000}, U(2A2A) }, /* minus dot */ {{000,020,000,037,000,001,000,000,000}, U(2A2B) }, /* minus falling dots */