From 49822815b87384df997514a78f2f7c8433e8b4d3 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 19 Jun 2020 22:22:32 +0100 Subject: [PATCH] Add s and z with swash tails Not for any good reason, but they seem to work. --- bedstead.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bedstead.c b/bedstead.c index de3155c..5281558 100644 --- a/bedstead.c +++ b/bedstead.c @@ -688,6 +688,8 @@ static struct glyph { {{016,000,021,012,004,004,004,000,000}, U(0232) }, /* Ymacron */ {{016,000,021,021,021,021,017,001,016}, U(0233) }, /* ymacron */ {{000,000,004,004,004,004,004,004,010}, U(0237) }, /* dotlessj */ + {{000,000,017,020,016,001,036,004,003}, U(023F) }, /* s with swash tail */ + {{000,000,037,002,004,010,030,004,003}, U(0240) }, /* z with swash tail */ {{004,004,012,012,021,021,021,000,000}, U(0245) }, /* turned V */ @@ -1781,6 +1783,8 @@ static struct glyph { {{021,021,037,021,021,012,004,000,000}, U(2C6F) }, /* turned A */ {{000,000,022,025,024,024,010,000,000}, U(2C71) }, /* vhook */ {{000,000,037,001,017,001,037,000,000}, U(2C7B) }, /* small cap turned E */ + {{016,021,020,016,001,021,016,004,003}, U(2C7E) }, /* S with swash tail */ + {{037,001,002,004,010,020,030,004,003}, U(2C7F) }, /* Z with swash tail */ /* Supplemental punctuation */ {{000,000,004,000,004,014,024,025,016}, U(2E18) }, /* gnaborretni */ -- 2.30.2