From 3d60995485b615ee083a3300d32f84070e8806f1 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 16 Jul 2017 17:09:20 +0100 Subject: [PATCH] New "oslash" glyph. Prettier and doesn't include solid blocks of pixels that will work badly in a single-line version of Bedstead. --- bedstead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bedstead.c b/bedstead.c index e379b00..d64e194 100644 --- a/bedstead.c +++ b/bedstead.c @@ -520,7 +520,7 @@ struct glyph { {{002,004,000,016,021,021,016,000,000}, 0x00f3, "oacute" }, {{004,012,000,016,021,021,016,000,000}, 0x00f4, "ocircumflex" }, {{005,012,000,016,021,021,016,000,000}, 0x00f5, "otilde" }, - {{000,000,017,023,025,031,036,000,000}, 0x00f8, "oslash" }, + {{000,000,015,022,025,011,026,000,000}, 0x00f8, "oslash" }, {{002,004,021,021,021,021,017,000,000}, 0x00fa, "uacute" }, {{002,004,021,021,021,021,017,001,016}, 0x00fd, "yacute" }, {{020,020,036,021,021,021,036,020,020}, 0x00fe, "thorn" }, -- 2.30.2