From 511b16576a07f4ae24fd4f537fe20ba422eec374 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 7 Jun 2020 13:02:24 +0100 Subject: [PATCH] U+214B TURNED AMPERSAND I forgot to draw this in the previous run of turned characters --- bedstead.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bedstead.c b/bedstead.c index 2302fe8..0f6084d 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1186,6 +1186,7 @@ static struct glyph { {{033,012,021,021,021,021,016,000,000}, U(2127) }, /* mho sign */ {{000,000,010,004,004,004,006,000,000}, U(2129) }, /* turned iota */ {{001,001,001,017,001,001,037,000,000}, U(2132) }, /* turned F */ + {{026,011,025,002,005,005,002,000,000}, U(214B) }, /* turned ampersand */ {{000,000,001,001,017,001,037,000,000}, U(214E) }, /* small cap turned F */ /* Number forms */ -- 2.30.2