chiark
/
gitweb
/
~bjharris
/
bedstead.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b4dac0
)
Slight tweak to "AE": move crossbar of "A" part down 1 pixel.
author
Ben Harris
<bjh21@bjh21.me.uk>
Wed, 3 Jan 2018 21:50:03 +0000
(21:50 +0000)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/bedstead.c
b/bedstead.c
index 7f14cc354aca6e868bd6f374401b306606723419..2cb77a9fdd1db6ddcec5e3ce6c7c66d3b5cb3dbd 100644
(file)
--- 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,0
36,02
4,024,027,000,000}, 0x00c6, "AE" },
+ {{017,024,024,0
26,03
4,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" },