From: Ben Harris Date: Sun, 8 Dec 2024 18:48:30 +0000 (+0000) Subject: Small caps for new additions X-Git-Tag: bedstead-3.251~76 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=50d265d5c4922d45b55bd05468b60bd64c43e86f;p=bedstead-debian.git Small caps for new additions --- diff --git a/bedstead.c b/bedstead.c index 1b3f4db..7482359 100644 --- a/bedstead.c +++ b/bedstead.c @@ -837,8 +837,11 @@ static struct glyph { /* Latin extended-B */ {"\10\10\16\11\35\11\16\00\00", U(0180) }, /* b with stroke */ + ALIAS("uni0180.sc", "uni0243.c2sc"), {"\36\20\20\36\21\21\36\00\00", U(0182) }, /* B with topbar */ + {"\00\00\36\20\36\21\36\00\00", 0xf1ce, "uni0182.c2sc" }, {"\37\20\36\21\21\21\36\00\00", U(0183) }, /* b with topbar */ + ALIAS("uni0183.sc", "uni0182.c2sc"), {"\03\02\17\20\20\20\17\00\00", U(0188) }, /* Hooktop C */ {"\37\01\01\17\01\01\37\00\00", U(018E) }, /* reversed E */ ALIAS("uni018E.c2sc", "uni2C7B"), @@ -900,6 +903,7 @@ static struct glyph { {"\00\00\37\02\04\10\30\04\03", U(0240) }, /* z with swash tail */ ALIAS("uni0240.sc", "uni2C7E.c2sc"), {"\16\11\16\11\35\11\16\00\00", U(0243) }, /* B with stroke */ + ALIAS("uni0243.c2sc", "uni1D03"), {"\04\04\12\12\21\21\21\00\00", U(0245) }, /* turned V */ ALIAS("uni0245.c2sc", "uni028C"), @@ -1241,6 +1245,7 @@ static struct glyph { {"\00\00\16\21\37\21\21\00\00", U(1D00) }, /* small cap A */ {"\00\00\17\24\26\34\27\00\00", U(1D01) }, /* small cap AE */ {"\00\00\16\05\36\24\12\00\00", U(1D02) }, /* turned ae */ + {"\00\00\16\11\36\11\16\00\00", U(1D03) }, /* small cap barred B */ {"\00\00\16\21\20\21\16\00\00", U(1D04) }, /* small cap C */ {"\00\00\36\21\21\21\36\00\00", U(1D05) }, /* small cap D */ {"\00\00\16\11\35\11\16\00\00", U(1D06) }, /* small cap Eth */