chiark / gitweb /
Complete the set of circled and squared plus, minus, and dot.
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 26 Nov 2017 23:33:06 +0000 (23:33 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 26 Nov 2017 23:33:06 +0000 (23:33 +0000)
bedstead.c

index 666778fdb65f9192e7b188ff9e19117c6fbafcde..7f14cc354aca6e868bd6f374401b306606723419 100644 (file)
@@ -1119,9 +1119,12 @@ static struct glyph {
  {{000,036,001,001,001,036,000,000,000}, 0x2283, "propersuperset" },
  {{017,020,020,020,017,000,037,000,000}, 0x2286, "reflexsubset" },
  {{036,001,001,001,036,000,037,000,000}, 0x2287, "reflexsuperset" },
+ {{000,016,025,037,025,016,000,000,000}, 0x2295 }, /* circled plus */
  {{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,025,037,025,037,000,000,000}, 0x229e }, /* squared plus */
  {{000,037,021,037,021,037,000,000,000}, 0x229f }, /* squared minus (DLE) */
+ {{000,037,021,025,021,037,000,000,000}, 0x22a1 }, /* squared dot */
  {{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 */