Move .notdef to the end of the list with the other unencoded glyphs.

This commit is contained in:
Ben Harris 2018-04-04 22:16:01 +01:00
parent 1006cc012b
commit 8c6f94dd3c

View 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]);