mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-10 22:13:07 -04:00
Comparing my font with gid's "Mullard Smooth" led me to notice a missing
pixel in my 'M'. Now fixed.
This commit is contained in:
parent
303330aca2
commit
abafbdb41b
2
ttxt.c
2
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" },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user