From: Ben Harris Date: Sat, 16 Nov 2024 02:00:44 +0000 (+0000) Subject: Correct cap height in font headers X-Git-Tag: bedstead-3.246~33 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=290c8032b66ffaffca32c26fc0a5e1938e09f58e;p=bedstead.git Correct cap height in font headers --- diff --git a/bedstead.c b/bedstead.c index 3d3cc9c..e7f0aaa 100644 --- a/bedstead.c +++ b/bedstead.c @@ -120,7 +120,7 @@ #define ASCENT 8 #define DESCENT 2 #define XHEIGHT 5 -#define CAPHEIGHT ASCENT +#define CAPHEIGHT (ASCENT-1) /* * Design parameters. These can vary between fonts in the Bedstead family.