From: Ben Harris Date: Sun, 26 Nov 2017 12:00:51 +0000 (+0000) Subject: Add the various long bracket components. X-Git-Tag: bedstead-002.000~48 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=f1bac5326eacca31f15487e414a8fcf07b9b6b88;p=bedstead-debian.git Add the various long bracket components. All are derived simply by lengthening the vertical parts of the standard glyphs. --- diff --git a/bedstead.c b/bedstead.c index a889c72..cadd863 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1120,6 +1120,26 @@ static struct glyph { {{000,016,012,012,012,033,000,000,000}, 0x238d }, /* monostable (SYN) */ {{000,007,012,012,012,034,000,000,000}, 0x238e }, /* hysteresis */ {{000,000,037,000,025,000,000,000,000}, 0x2393 }, /* directcurrent */ + {{002,004,010,010,010,010,010,010,010}, 0x239b }, /* long parenleft top */ + {{010,010,010,010,010,010,010,010,010}, 0x239c }, /* long parenleft middle */ + {{010,010,010,010,010,004,002,000,000}, 0x239d }, /* long parenleft bottom */ + {{010,004,002,002,002,002,002,002,002}, 0x239e }, /* long parenright top */ + {{002,002,002,002,002,002,002,002,002}, 0x239f }, /* long parenright middle */ + {{002,002,002,002,002,004,010,000,000}, 0x23a0 }, /* long parenright bottom */ + {{017,010,010,010,010,010,010,010,010}, 0x23a1 }, /* long bracketleft top */ + {{010,010,010,010,010,010,010,010,010}, 0x23a2 }, /* long bracketleft mid */ + {{010,010,010,010,010,010,017,000,000}, 0x23a3 }, /* long bracketleft bot */ + {{036,002,002,002,002,002,002,002,002}, 0x23a4 }, /* long bracketright top */ + {{002,002,002,002,002,002,002,002,002}, 0x23a5 }, /* long bracketright mid */ + {{002,002,002,002,002,002,036,000,000}, 0x23a6 }, /* long bracketright bot */ + {{003,004,004,004,004,004,004,004,004}, 0x23a7 }, /* long braceleft top */ + {{004,004,004,010,004,004,004,004,004}, 0x23a8 }, /* long braceleft middle */ + {{004,004,004,004,004,004,003,000,000}, 0x23a9 }, /* long braceleft bottom */ + {{004,004,004,004,004,004,004,004,004}, 0x23aa }, /* long brace extension */ + {{030,004,004,004,004,004,004,004,004}, 0x23ab }, /* long braceright top */ + {{004,004,004,002,004,004,004,004,004}, 0x23ac }, /* long braceright middle */ + {{004,004,004,004,004,004,030,000,000}, 0x23ad }, /* long braceright bottom */ + {{004,004,004,004,004,004,004,004,004}, 0x23ae }, /* integral extension */ {{037,000,000,000,000,000,000,000,000}, 0x23ba }, /* horizontal scan 1 */ {{000,000,037,000,000,000,000,000,000}, 0x23bb }, /* horizontal scan 3 */ {{000,000,000,000,000,000,037,000,000}, 0x23bc }, /* horizontal scan 7 */