From 6d9c0733e45de271300bf937b57ee421f50815ac Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 5 Sep 2025 13:50:54 +0100 Subject: [PATCH] Add W/w with grave and acute Hyperglot says these are needed for Welsh, and they're trivial to draw. There seems to be some confusion around the proper shape for small-cap W in Bedstead; I should investigate this in more detail. --- bedstead.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bedstead.c b/bedstead.c index 7c072d5..8652070 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1560,6 +1560,12 @@ static struct glyph { {"\21\21\21\12\12\04\04\00\04", U(1E7E) }, /* Vdotbelow */ ALIAS("uni1E7E.c2sc", "uni1E7F"), {"\00\00\21\21\12\12\04\00\04", U(1E7F) }, /* vdotbelow */ + {"\10\04\21\25\25\25\12\00\00", U(1E80) }, /* Wgrave */ + {"\10\04\21\21\25\25\12\00\00", U(1E81) }, /* wgrave */ + ALIAS("uni1E81.sc", "uni1E80"), + {"\02\04\21\25\25\25\12\00\00", U(1E82) }, /* Wacute */ + {"\02\04\21\21\25\25\12\00\00", U(1E83) }, /* wacute */ + ALIAS("uni1E83.sc", "uni1E82"), {"\12\00\21\25\25\25\12\00\00", 0x1e84, "Wdieresis", }, {"\12\00\21\21\25\25\12\00\00", 0x1e85, "wdieresis", }, ALIAS("wdieresis.sc", "Wdieresis"), -- 2.30.2