From 04bc584c97a68192050231333a684a0b1c0cfb3f Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 3 Jan 2018 21:50:03 +0000 Subject: [PATCH] Slight tweak to "AE": move crossbar of "A" part down 1 pixel. That puts it in the same place as in the "A" proper, and aligns with the advice here: https://medium.com/@frodefrodefrode/designing-the-letter-%C3%A6-862cffbe22b "The crossbars are not usually aligned in typographic typefaces ..." --- bedstead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bedstead.c b/bedstead.c index 7f14cc3..2cb77a9 100644 --- a/bedstead.c +++ b/bedstead.c @@ -516,7 +516,7 @@ static struct glyph { {{002,004,016,021,037,021,021,000,000}, 0x00c1, "Aacute" }, {{004,012,016,021,037,021,021,000,000}, 0x00c2, "Acircumflex" }, {{005,012,016,021,037,021,021,000,000}, 0x00c3, "Atilde" }, - {{017,024,024,036,024,024,027,000,000}, 0x00c6, "AE" }, + {{017,024,024,026,034,024,027,000,000}, 0x00c6, "AE" }, {{016,021,020,020,020,021,016,004,010}, 0x00c7, "Ccedilla" }, {{010,004,037,020,036,020,037,000,000}, 0x00c8, "Egrave" }, {{004,012,037,020,036,020,037,000,000}, 0x00ca, "Ecircumflex" }, -- 2.30.2