From abafbdb41bafaf105d6c997ca5c20f45e4fe1d20 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 3 Oct 2009 13:53:41 +0100 Subject: [PATCH] Comparing my font with gid's "Mullard Smooth" led me to notice a missing pixel in my 'M'. Now fixed. --- ttxt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- 2.30.2