mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-30 15:33:25 -04:00
Glyph for U+2010 HYPHEN. Also non-breaking hyphen and NBSB.
All glyphs we had already, but under new names.
This commit is contained in:
parent
8d25cf8256
commit
a3ab3b0485
@ -489,6 +489,7 @@ static struct glyph {
|
||||
{{010,004,002,000,000,000,000,000,000}, 0x0060, "grave" },
|
||||
{{004,004,004,004,004,004,004,000,000}, 0x007c, "bar" },
|
||||
/* Latin-1 supplement */
|
||||
{{000,000,000,000,000,000,000,000,000}, 0x00a0 }, /* non-breaking space */
|
||||
{{000,000,004,000,004,004,004,004,004}, 0x00a1, "exclamdown" },
|
||||
{{000,004,017,024,024,024,017,004,000}, 0x00a2, "cent" },
|
||||
{{021,012,037,004,037,004,004,000,000}, 0x00a5, "yen" },
|
||||
@ -922,6 +923,8 @@ static struct glyph {
|
||||
{{016,021,022,022,021,021,026,000,000}, 0x1e9e }, /* Germandbls */
|
||||
|
||||
/* General punctuation */
|
||||
{{000,000,000,016,000,000,000,000,000}, 0x2010 }, /* hyphen */
|
||||
{{000,000,000,016,000,000,000,000,000}, 0x2011 }, /* non-breaking hyphen */
|
||||
{{000,000,000,036,000,000,000,000,000}, 0x2013, "endash" },
|
||||
{{000,000,000,000,000,000,037,000,037}, 0x2017, "underscoredbl" },
|
||||
{{002,004,004,000,000,000,000,000,000}, 0x2018, "quoteleft" },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user