From: Ben Harris Date: Sat, 8 Jul 2017 20:48:20 +0000 (+0100) Subject: Redesign U+028E LATIN SMALL LETTER TURNED Y. X-Git-Tag: bedstead-001.003~12 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=849e61c9ce0008e17637ba38f369eb90d02c2f8e;p=bedstead.git Redesign U+028E LATIN SMALL LETTER TURNED Y. The new one is more distinct from U+0266 LATIN SMALL LETTER H WITH HOOK, but sadly not actually an inverted 'y' any more. 6x13 does the same, so I only feel slightly guilty. --- diff --git a/bedstead.c b/bedstead.c index 13afb26..5fe1d5c 100644 --- a/bedstead.c +++ b/bedstead.c @@ -651,7 +651,7 @@ struct glyph { {{000,000,032,011,011,012,014,000,000}, 0x028b }, /* Cursive V */ {{000,000,004,012,012,021,021,000,000}, 0x028c }, /* Turned V */ {{000,000,012,025,025,021,021,000,000}, 0x028d }, /* Turned W */ - {{016,020,036,021,021,021,021,000,000}, 0x028e }, /* Turned Y */ + {{016,020,034,022,021,021,021,000,000}, 0x028e }, /* Turned Y */ {{000,000,021,012,004,004,004,000,000}, 0x028f }, /* Small capital Y */ {{000,000,036,004,010,020,036,002,001}, 0x0290 }, /* Right-tail Z */ {{000,000,037,002,004,010,036,005,002}, 0x0291 }, /* Curly-tail Z */