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.
This commit is contained in:
Ben Harris 2009-10-03 18:31:42 +01:00
parent aaea654549
commit 2ec60179cc

2
ttxt.c
View File

@ -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" },