From: Ben Harris Date: Sat, 5 Nov 2016 22:49:50 +0000 (+0000) Subject: Add some subscripts. X-Git-Tag: bedstead-001.002~24 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=29dba178763eb9a689145f4dc3af0590d4e418d6;p=bedstead.git Add some subscripts. Specifically in those cases where they could be generated by lowering the existing superscripts. --- diff --git a/bedstead.c b/bedstead.c index 7288960..9d0921c 100644 --- a/bedstead.c +++ b/bedstead.c @@ -669,6 +669,9 @@ struct glyph { {{014,022,022,007,002,007,002,000,000}, 0x058f }, /* armdram */ #endif + /* Phonetic extensions */ + {{000,000,000,000,004,000,014,004,016}, 0x1d62 }, /* iinferior */ + /* General punctuation */ {{000,000,000,000,000,000,037,000,037}, 0x2017, "underscoredbl" }, {{002,004,004,000,000,000,000,000,000}, 0x2018, "quoteleft" }, @@ -694,6 +697,23 @@ struct glyph { {{002,004,004,004,002,000,000,000,000}, 0x207d }, /* parenleftsuperior */ {{010,004,004,004,010,000,000,000,000}, 0x207e }, /* parenrightsuperior */ {{000,000,014,012,012,000,000,000,000}, 0x207f }, /* nsuperior */ + {{000,000,000,000,004,012,012,012,004}, 0x2080 }, /* zeroinferior */ + {{000,000,000,000,004,014,004,004,016}, 0x2081 }, /* oneinferior */ + {{000,000,000,000,014,002,004,010,016}, 0x2082 }, /* twoinferior */ + {{000,000,000,000,014,002,014,002,014}, 0x2083 }, /* threeinferior */ + {{000,000,000,000,002,006,012,016,002}, 0x2084 }, /* fourinferior */ + {{000,000,000,000,016,010,014,002,014}, 0x2085 }, /* fiveinferior */ + {{000,000,000,000,004,010,014,012,004}, 0x2086 }, /* sixinferior */ + {{000,000,000,000,016,002,004,010,010}, 0x2087 }, /* seveninferior */ + {{000,000,000,000,004,012,004,012,004}, 0x2088 }, /* eightinferior */ + {{000,000,000,000,004,012,006,002,004}, 0x2089 }, /* nineinferior */ + {{000,000,000,000,000,004,016,004,000}, 0x208a }, /* plusinferior */ + {{000,000,000,000,000,000,016,000,000}, 0x208b }, /* minusinferior */ + {{000,000,000,000,000,016,000,016,000}, 0x208c }, /* equalsinferior */ + {{000,000,000,000,002,004,004,004,002}, 0x208d }, /* parenleftinferior */ + {{000,000,000,000,010,004,004,004,010}, 0x208e }, /* parenrightinferior */ + {{000,000,000,000,000,000,014,012,012}, 0x2099 }, /* ninferior */ + /* Currency symbols */ {{030,024,030,022,027,022,021,000,000}, 0x20a7, "peseta" }, {{031,025,025,021,025,025,026,000,000}, 0x20aa }, /* newsheqel */