mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-08-08 17:30:29 -04:00
Sort additional punctuation into Unicode order.
This commit is contained in:
parent
4cbd7230f8
commit
02aab1064b
10
ttxt.c
10
ttxt.c
@ -137,25 +137,25 @@ struct glyph {
|
||||
{{000,004,000,037,000,004,000,000,000,000}, 0x00f7, "divide" },
|
||||
|
||||
/* Additional glyphs by bjh21 */
|
||||
{{004,004,004,004,004,004,004,000,000,000}, 0x007c, "bar" },
|
||||
{{010,004,002,000,000,000,000,000,000,000}, 0x0060, "grave" },
|
||||
{{002,004,010,000,000,000,000,000,000,000}, 0x00b4, "acute" },
|
||||
{{000,004,004,025,016,004,000,000,000,000}, 0x2193, "arrowdown" },
|
||||
{{000,021,012,004,012,021,000,000,000,000}, 0x00d7, "multiply" },
|
||||
{{004,004,004,004,004,004,004,000,000,000}, 0x007c, "bar" },
|
||||
{{004,000,004,004,004,004,004,000,000,000}, 0x00a1, "exclamdown" },
|
||||
{{000,004,017,024,024,024,017,004,000,000}, 0x00a2, "cent" },
|
||||
{{021,021,012,004,016,004,004,000,000,000}, 0x00a4, "yen" },
|
||||
{{017,020,016,021,016,001,036,000,000,000}, 0x00a7, "section" },
|
||||
{{022,000,000,000,000,000,000,000,000,000}, 0x00a8, "dieresis" },
|
||||
{{037,000,000,000,000,000,000,000,000,000}, 0x00af, "macron" },
|
||||
{{002,004,010,000,000,000,000,000,000,000}, 0x00b4, "acute" },
|
||||
{{000,021,012,004,012,021,000,000,000,000}, 0x00d7, "multiply" },
|
||||
{{004,012,004,000,000,000,000,000,000,000}, 0x00b0, "degree" },
|
||||
{{004,004,037,004,004,000,037,000,000,000}, 0x00b1, "plusminus" },
|
||||
{{015,025,025,015,005,005,005,000,000,000}, 0x00b6, "paragraph" },
|
||||
{{000,000,000,004,000,000,000,000,000,000}, 0x00b7, "periodcentered" },
|
||||
{{004,000,004,004,010,021,016,000,000,000}, 0x00bf, "questiondown" },
|
||||
{{011,022,022,000,000,000,000,000,000,000}, 0x201c, "quotedblleft" },
|
||||
{{002,004,004,000,000,000,000,000,000,000}, 0x2019, "quoteright" },
|
||||
{{011,011,022,000,000,000,000,000,000,000}, 0x201d, "quotedblright" },
|
||||
{{011,022,022,000,000,000,000,000,000,000}, 0x201c, "quotedblleft" },
|
||||
{{000,004,004,025,016,004,000,000,000,000}, 0x2193, "arrowdown" },
|
||||
|
||||
/* This is getting silly. */
|
||||
{{000,000,004,012,021,037,021,000,000,000}, -1, "a.sc" },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user