From: Ben Harris Date: Sat, 3 Oct 2009 12:53:41 +0000 (+0100) Subject: Comparing my font with gid's "Mullard Smooth" led me to notice a missing X-Git-Tag: bedstead-000.900~41 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=abafbdb41bafaf105d6c997ca5c20f45e4fe1d20;p=bedstead.git Comparing my font with gid's "Mullard Smooth" led me to notice a missing pixel in my 'M'. Now fixed. --- diff --git a/ttxt.c b/ttxt.c index a61d4e0..8e6b72f 100644 --- a/ttxt.c +++ b/ttxt.c @@ -71,7 +71,7 @@ struct glyph { {{001,001,001,001,001,021,016,000,000,000}, 0x004a, "J" }, {{021,022,024,030,024,022,021,000,000,000}, 0x004b, "K" }, {{020,020,020,020,020,020,037,000,000,000}, 0x004c, "L" }, - {{021,033,025,021,021,021,021,000,000,000}, 0x004d, "M" }, + {{021,033,025,025,021,021,021,000,000,000}, 0x004d, "M" }, {{021,021,031,025,023,021,021,000,000,000}, 0x004e, "N" }, {{016,021,021,021,021,021,016,000,000,000}, 0x004f, "O" }, {{036,021,021,036,020,020,020,000,000,000}, 0x0050, "P" },