chiark / gitweb /
Add partialdiff glyph.
authorBen Harris <bjh21@bjh21.me.uk>
Tue, 21 Nov 2017 22:17:37 +0000 (22:17 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Tue, 21 Nov 2017 22:17:37 +0000 (22:17 +0000)
It's part of Mac Roman, and probably some other interesting encodings.

bedstead.c

index eef2eb738263d5b3182c98486c889100e43d9f88..f1655d16701c882e574cf83b1394833af4b03d01 100644 (file)
@@ -1075,6 +1075,7 @@ static struct glyph {
  {{000,024,030,037,030,024,000,000,000}, 0x21e4 }, /* arrowtableft */
  {{000,005,003,037,003,005,000,000,000}, 0x21e5 }, /* arrowtabright */
  /* Mathematical operators */
+ {{016,021,001,017,021,021,016,000,000}, 0x2202, "partialdiff" },
  {{037,021,021,021,021,021,021,021,021}, 0x220f, "product" },
  {{037,020,010,004,002,004,010,020,037}, 0x2211, "summation" },
  {{000,000,000,037,000,000,000,000,000}, 0x2212, "minus" },