From: Ben Harris Date: Sun, 26 Nov 2017 13:54:45 +0000 (+0000) Subject: Add assorted mathematical vertical lines. X-Git-Tag: bedstead-002.000~44 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=ee8a8325ad19487aa5b72dd13d6ab8f3f823b6d9;p=bedstead.git Add assorted mathematical vertical lines. --- diff --git a/bedstead.c b/bedstead.c index 78a28c0..f206380 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1092,6 +1092,8 @@ static struct glyph { {{007,004,004,004,024,014,004,000,000}, 0x221a, "radical" }, {{000,012,025,025,025,012,000,000,000}, 0x221e, "infinity" }, {{000,020,020,020,020,037,000,000,000}, 0x221f, "orthogonal" }, + {{004,004,004,004,004,004,004,000,000}, 0x2223, }, /* divides */ + {{012,012,012,012,012,012,012,000,000}, 0x2225, }, /* parallel */ {{000,016,021,021,021,021,000,000,000}, 0x2229, "intersection" }, {{000,021,021,021,021,016,000,000,000}, 0x222a, "union" }, {{002,005,004,004,004,004,004,024,010}, 0x222b, "integral" }, @@ -1370,6 +1372,11 @@ static struct glyph { {{000,020,020,037,022,024,000,000,000}, 0x295f }, {{000,004,014,024,004,037,000,000,000}, 0x2960 }, {{000,037,004,024,014,004,000,000,000}, 0x2961 }, + /* Miscellaneous mathematical symbols-A */ + {{025,025,025,025,025,025,025,000,000}, 0x2980 }, /* triple vertical bar */ + /* Supplemental mathematical operators */ + {{025,025,025,025,025,025,025,000,000}, 0x2af4 }, /* triple v bar operator */ + {{025,025,025,025,025,025,025,025,025}, 0x2afc }, /* large triple vert bar */ /* Miscellaneous symbols and arrows */ {{000,025,000,021,000,025,000,000,000}, 0x2b1a }, /* dottedsquare */ /* Latin extended-C */