chiark / gitweb /
Comparing my font with gid's "Mullard Smooth" led me to notice a missing
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 3 Oct 2009 12:53:41 +0000 (13:53 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 3 Oct 2009 12:53:41 +0000 (13:53 +0100)
pixel in my 'M'.  Now fixed.

ttxt.c

diff --git a/ttxt.c b/ttxt.c
index a61d4e0d1c246154e3e90bef26716fa43e32431f..8e6b72fc29545031d53973f2473d7bd5c31ce425 100644 (file)
--- 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" },