From e5f22fa5575468bf308a00fc9b2774d78293dd0c Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 7 Oct 2009 23:18:30 +0100 Subject: [PATCH] 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). --- ttxt.c | 2 ++ 1 file changed, 2 insertions(+) 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" }, -- 2.30.2