From: Ben Harris Date: Sun, 26 Nov 2017 15:21:36 +0000 (+0000) Subject: Add mathematical diamond shapes. X-Git-Tag: bedstead-002.000~42 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=474ef418ce5edd494251159db06f369246477819;p=bedstead.git Add mathematical diamond shapes. --- diff --git a/bedstead.c b/bedstead.c index 5604a82..27ab9ae 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1314,6 +1314,8 @@ static struct glyph { {{037,037,037,016,016,004,004,000,000}, 0x25bc, "triagdn" }, {{001,003,007,017,007,003,001,000,000}, 0x25c0 }, /* blacktriangleleft */ {{000,001,007,037,007,001,000,000,000}, 0x25c4, "triaglf" }, + {{000,004,016,037,016,004,000,000,000}, 0x25c6 }, /* black diamond shape */ + {{000,004,012,021,012,004,000,000,000}, 0x25c7 }, /* white diamond shape */ {{000,016,021,021,021,016,000,000,000}, 0x25cb, "circle" }, {{000,004,021,000,021,004,000,000,000}, 0x25cc }, /* dottedcircle */ {{000,016,037,037,037,016,000,000,000}, 0x25cf, "H18533" },