From: Ben Harris Date: Wed, 7 Oct 2009 22:18:30 +0000 (+0100) Subject: Add a couple of odd glyphs: a .notdef to stop FontForge generating one that X-Git-Tag: bedstead-000.900~12 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=e5f22fa5575468bf308a00fc9b2774d78293dd0c;p=bedstead.git Add a couple of odd glyphs: a .notdef to stop FontForge generating one that violates our design rules, and a dotted circle because Uniscribe would apparently like it (though it probably won't use it unless we gain proper combining marks). --- diff --git a/ttxt.c b/ttxt.c index e5f4e04..d97dfc5 100644 --- a/ttxt.c +++ b/ttxt.c @@ -479,6 +479,8 @@ struct glyph { {{000,000,000,000,000,011,011,022,000}, 0x201e, "quotedblbase" }, {{022,022,011,000,000,000,000,000,000}, 0x201f }, /* quotedblreversed */ {{000,004,004,025,016,004,000,000,000}, 0x2193, "arrowdown" }, + {{000,000,004,021,000,021,004,000,000}, 0x25cc }, /* dottedcircle */ + {{037,021,021,021,021,021,037,000,000}, -1, ".notdef" }, /* Arabic tails */ {{000,000,000,001,001,001,000,000,000}, -1, "tail1" },