From: Ben Harris Date: Sat, 3 Oct 2009 17:31:42 +0000 (+0100) Subject: It seems that the "yen" glyph is almost always drawn with two horizontal X-Git-Tag: bedstead-000.900~36 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=2ec60179cc211290aca3baad8eb222c2cdac3b37;p=bedstead.git It seems that the "yen" glyph is almost always drawn with two horizontal strokes. After some experimentation, here's a new version that has that and doesn't look too horrid. --- diff --git a/ttxt.c b/ttxt.c index bbb700a..608a65a 100644 --- a/ttxt.c +++ b/ttxt.c @@ -141,7 +141,7 @@ struct glyph { {{004,004,004,004,004,004,004,000,000,000}, 0x007c, "bar" }, {{004,000,004,004,004,004,004,000,000,000}, 0x00a1, "exclamdown" }, {{000,004,017,024,024,024,017,004,000,000}, 0x00a2, "cent" }, - {{021,021,012,004,016,004,004,000,000,000}, 0x00a5, "yen" }, + {{021,012,037,004,037,004,004,000,000,000}, 0x00a5, "yen" }, {{017,020,016,021,016,001,036,000,000,000}, 0x00a7, "section" }, {{022,000,000,000,000,000,000,000,000,000}, 0x00a8, "dieresis" }, {{037,000,000,000,000,000,000,000,000,000}, 0x00af, "macron" },