chiark / gitweb /
Slight tweak to "AE": move crossbar of "A" part down 1 pixel.
authorBen Harris <bjh21@bjh21.me.uk>
Wed, 3 Jan 2018 21:50:03 +0000 (21:50 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 3 Jan 2018 21:50:03 +0000 (21:50 +0000)
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

index 7f14cc354aca6e868bd6f374401b306606723419..2cb77a9fdd1db6ddcec5e3ce6c7c66d3b5cb3dbd 100644 (file)
@@ -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" },