From: Ben Harris Date: Sun, 26 Nov 2017 16:20:14 +0000 (+0000) Subject: Add prime and double-prime glyphs. X-Git-Tag: bedstead-002.000~39 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=049d92d5f29ae060e3bcc1058ec79719ff988e7a;p=bedstead.git Add prime and double-prime glyphs. Not the prettiest, but they're visually distinct from apostrophes and accents. --- diff --git a/bedstead.c b/bedstead.c index b96f279..dcf04df 100644 --- a/bedstead.c +++ b/bedstead.c @@ -756,6 +756,8 @@ static struct glyph { /* Spacing modifier letters */ {{020,020,030,024,024,000,000,000,000}, 0x02b0 }, /* Superscript H */ {{010,000,010,010,010,020,000,000,000}, 0x02b2 }, /* Superscript J */ + {{010,010,020,020,000,000,000,000,000}, 0x02b9 }, /* modifier letter prime */ + {{011,011,022,022,000,000,000,000,000}, 0x02ba }, /* modifier double prime */ {{004,004,010,000,000,000,000,000,000}, 0x02bc }, /* Modifier apostrophe */ {{004,012,000,000,000,000,000,000,000}, 0x02c6, "circumflex" }, {{012,004,000,000,000,000,000,000,000}, 0x02c7, "caron" }, @@ -972,6 +974,8 @@ static struct glyph { {{000,000,016,016,016,000,000,000,000}, 0x2022, "bullet" }, {{000,000,000,000,000,000,025,000,000}, 0x2026, "ellipsis" }, {{021,022,004,010,020,005,005,000,000}, 0x2030, "perthousand" }, + {{010,010,020,020,000,000,000,000,000}, 0x2032, "minute" }, + {{011,011,022,022,000,000,000,000,000}, 0x2033, "second" }, {{000,000,000,002,004,002,000,000,000}, 0x2039, "guilsinglleft" }, {{000,000,000,010,004,010,000,000,000}, 0x203a, "guilsinglright" }, {{025,021,012,004,025,004,012,021,025}, 0x203b }, /* referencemark */