chiark / gitweb /
Move .notdef to the end of the list with the other unencoded glyphs.
authorBen Harris <bjh21@bjh21.me.uk>
Wed, 4 Apr 2018 21:16:01 +0000 (22:16 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 4 Apr 2018 21:16:01 +0000 (22:16 +0100)
bedstead.c

index 258452018beeb7d1c0f90c7e8607ee02a80ff6fe..f9f5b1958cedf317640f1c473a3967e087e1aa5d 100644 (file)
@@ -1449,7 +1449,6 @@ static struct glyph {
 
  /* Specials */
  {{016,021,025,011,016,012,016,000,000}, 0xfffd }, /* replacement */
- {{037,021,021,021,021,021,037,000,000}, -1, ".notdef" },
 
  /* Shavian */
  {{030,004,004,004,004,004,004,000,000}, 0x10450 }, /* peep */
@@ -1535,6 +1534,9 @@ static struct glyph {
  {{000,000,021,012,004,004,004,000,000}, -1, "y.sc" },
  {{000,000,037,001,016,020,037,000,000}, -1, "z.sc" },
  {{000,000,016,021,022,021,026,000,000}, -1, "germandbls.sc" },
+
+ /* and finally */
+ {{037,021,021,021,021,021,037,000,000}, -1, ".notdef" },
 };
 
 static int const nglyphs = sizeof(glyphs) / sizeof(glyphs[0]);