mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-10 05:53:05 -04:00
Move .notdef to the end of the list with the other unencoded glyphs.
This commit is contained in:
parent
1006cc012b
commit
8c6f94dd3c
@ -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]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user