chiark / gitweb /
A few more circled operators and a new Oslash
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 5 May 2024 19:38:59 +0000 (20:38 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 5 May 2024 19:38:59 +0000 (20:38 +0100)
The new Oslash is probably better than the old one, with a slash that
actually passes through the O.  It's also distinguishable from the new
U+2298 CIRCLED DIVISION SLASH.

bedstead.c

index 0758e6523e2a5614aa2e835dd57d7c06e7d0b392..3c8582856537d2a5e2d4f51de0d1eec572fee5f7 100644 (file)
@@ -559,7 +559,7 @@ static struct glyph {
  {{004,012,016,021,021,021,016,000,000}, 0x00d4, "Ocircumflex" },
  {{005,012,016,021,021,021,016,000,000}, 0x00d5, "Otilde" },
  {{000,021,012,004,012,021,000,000,000}, 0x00d7, "multiply" },
- {{016,021,023,025,031,021,016,000,000}, 0x00d8, "Oslash" },
+ {{015,022,025,025,025,011,026,000,000}, 0x00d8, "Oslash" },
  {{010,004,021,021,021,021,016,000,000}, 0x00d9, "Ugrave" },
  {{002,004,021,021,021,021,016,000,000}, 0x00da, "Uacute" },
  {{004,012,000,021,021,021,016,000,000}, 0x00db, "Ucircumflex" },
@@ -1419,7 +1419,10 @@ static struct glyph {
  {{000,021,021,021,021,037,000,000,000}, U(2294) }, /* square cup */
  {{016,025,025,037,025,025,016,000,000}, 0x2295, "circleplus" },
  {{016,021,021,037,021,021,016,000,000}, U(2296) }, /* circled minus (ESC) */
+ {{016,021,033,025,033,021,016,000,000}, 0x2297, "circlemultiply" },
+ {{016,021,023,025,031,021,016,000,000}, U(2298) }, /* circled slash */
  {{016,021,021,025,021,021,016,000,000}, U(2299) }, /* circled dot (SI) */
+ {{016,021,037,021,037,021,016,000,000}, U(229C) }, /* circled equals */
  {{000,037,025,037,025,037,000,000,000}, U(229E) }, /* squared plus */
  {{000,037,021,037,021,037,000,000,000}, U(229F) }, /* squared minus (DLE) */
  {{000,037,021,025,021,037,000,000,000}, U(22A1) }, /* squared dot */