From: Ben Harris Date: Thu, 2 Apr 2020 08:59:07 +0000 (+0100) Subject: A few more small-cap fragments X-Git-Tag: bedstead-002.002~38 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=be7f82e324f31e685f618774c0041fa1ddfca8cf;p=bedstead.git A few more small-cap fragments --- diff --git a/bedstead.c b/bedstead.c index 9d78aca..f97dfa8 100644 --- a/bedstead.c +++ b/bedstead.c @@ -992,8 +992,10 @@ static struct glyph { /* Phonetic extensions */ {{000,000,016,021,037,021,021,000,000}, U(1D00) }, /* small cap A */ + {{000,000,017,024,026,034,027,000,000}, U(1D01) }, /* small cap AE */ {{000,000,016,021,020,021,016,000,000}, U(1D04) }, /* small cap C */ {{000,000,036,021,021,021,036,000,000}, U(1D05) }, /* small cap D */ + {{000,000,016,011,035,011,016,000,000}, U(1D06) }, /* small cap Eth */ {{000,000,037,020,036,020,037,000,000}, U(1D07) }, /* small cap E */ {{000,000,001,001,001,021,016,000,000}, U(1D0A) }, /* small cap J */ {{000,000,021,022,034,022,021,000,000}, U(1D0B) }, /* small cap K */ @@ -1696,7 +1698,12 @@ static struct glyph { ALIAS("z.sc", "uni1D22"), ALIAS("Z.c2sc", "z.sc"), {{000,000,016,021,022,021,026,000,000}, -1, "germandbls.sc" }, ALIAS("uni1E9E.c2sc", "germandbls.sc"), + + ALIAS("ae.sc", "uni1D01"), ALIAS("AE.c2sc", "ae.sc"), + ALIAS("eth.sc", "uni1D06"), ALIAS("Eth.c2sc", "eth.sc"), ALIAS("oe.sc", "uni0276"), ALIAS("OE.c2sc", "oe.sc"), + {{000,000,020,036,021,036,020,000,000}, -1, "thorn.sc" }, + ALIAS("Thorn.c2sc", "thorn.sc"), /* and finally */ {{037,021,021,021,021,021,037,000,000}, -1, ".notdef" },