chiark / gitweb /
A few more small-cap fragments
authorBen Harris <bjh21@bjh21.me.uk>
Thu, 2 Apr 2020 08:59:07 +0000 (09:59 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Thu, 2 Apr 2020 08:59:07 +0000 (09:59 +0100)
bedstead.c

index 9d78acabae43d0ddf6e1d726abe89e02f60fd08a..f97dfa8a23f0ab129810b5c522ef8f421b7f1ea5 100644 (file)
@@ -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" },