From 4f19ec80e8a63f3c3795189af99403a36ed68d91 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 30 Apr 2024 23:20:51 +0100 Subject: [PATCH] Double-struck N, finally Ordinary roman typefaces make the diagonal of an N thick and the vertical strokes thin, so I think it's entirely legitimate for the diagonal to be the member that gets doubled even if that looks a bit odd. That finally gets me the full double-struck alphabet. --- bedstead.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bedstead.c b/bedstead.c index f66c957..11abd66 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1269,6 +1269,7 @@ static struct glyph { /* Letterlike symbols */ {{016,025,024,024,024,025,016,000,000}, U(2102) }, /* double-struck C */ {{035,025,025,027,025,025,035,000,000}, U(210D) }, /* double-struck H */ + {{031,025,023,031,025,023,021,000,000}, U(2115) }, /* double-struck N */ {{016,021,035,033,033,035,031,021,016}, U(2117) }, /* phonographic */ {{036,025,025,026,024,024,034,000,000}, U(2119) }, /* double-struck P */ {{016,025,025,025,025,022,015,000,000}, U(211A) }, /* double-struck Q */ -- 2.30.2