From: Ben Harris Date: Sun, 26 Nov 2017 13:42:13 +0000 (+0000) Subject: Add mathematical ellipsis characters. X-Git-Tag: bedstead-002.000~45 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=ffc5a9de9c2bbd4c62d6dafdb0f63905499a1204;p=bedstead-debian.git Add mathematical ellipsis characters. --- diff --git a/bedstead.c b/bedstead.c index eab6031..78a28c0 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1108,6 +1108,10 @@ static struct glyph { {{000,016,021,037,021,016,000,000,000}, 0x2296 }, /* circled minus (ESC) */ {{000,016,021,025,021,016,000,000,000}, 0x2299 }, /* circled dot (SI) */ {{000,037,021,037,021,037,000,000,000}, 0x229f }, /* squared minus (DLE) */ + {{000,004,000,004,000,004,000,000,000}, 0x22ee }, /* vertical ellipsis */ + {{000,000,000,025,000,000,000,000,000}, 0x22ef }, /* midline ellipsis */ + {{000,001,000,004,000,020,000,000,000}, 0x22f0 }, /* /-diagonal ellipsis */ + {{000,020,000,004,000,001,000,000,000}, 0x22f1 }, /* \-diagonal ellipsis */ /* Miscellaneous technical */ {{004,012,021,021,021,021,037,000,000}, 0x2302, "house" }, {{000,000,037,020,020,000,000,000,000}, 0x2310, "revlogicalnot" },