From ce2dc007ec0809af88d5122f41c12fa1c47902b8 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 30 Jan 2025 20:34:52 +0000 Subject: [PATCH] Redesign Hcedilla and hcedilla The Unicode code charts and all the fonts I have conveniently to hand are agreed that the cedilla should be attached to the letter, usually to the left leg. So now it is in Bedstead as well. This also allows the body of the letter to return to its normal shape. --- bedstead.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bedstead.c b/bedstead.c index c0f1dc0..2e6db01 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1426,12 +1426,12 @@ static struct glyph { {"\12\00\21\21\37\21\21\00\00", U(1E26) }, /* Hdieresis */ {"\25\20\36\21\21\21\21\00\00", U(1E27) }, /* hdieresis */ ALIAS("uni1E27.sc", "uni1E26"), - {"\21\21\37\21\21\21\04\02\04", U(1E28) }, /* Hcedilla */ - {"\21\21\37\21\21\21\04\02\06", -1, "uni1E28.angular" }, - {"\00\00\21\37\21\21\04\02\04", 0xf1a6, "uni1E28.c2sc" }, - {"\00\00\21\37\21\21\04\02\06", -1, "uni1E28.c2sc.angular" }, - {"\20\20\36\21\21\21\04\02\04", U(1E29) }, /* hcedilla */ - {"\20\20\36\21\21\21\04\02\06", -1, "uni1E29.angular" }, + {"\21\21\21\37\21\21\21\10\20", U(1E28) }, /* Hcedilla */ + {"\21\21\21\37\21\21\21\10\30", -1, "uni1E28.angular" }, + {"\00\00\21\21\37\21\21\10\20", 0xf1a6, "uni1E28.c2sc" }, + {"\00\00\21\21\37\21\21\10\30", -1, "uni1E28.c2sc.angular" }, + {"\20\20\36\21\21\21\21\10\20", U(1E29) }, /* hcedilla */ + {"\20\20\36\21\21\21\21\10\30", -1, "uni1E29.angular" }, ALIAS("uni1E29.sc", "uni1E28"), ALIAS("uni1E29.sc.angular", "uni1E28.angular"), {"\21\22\24\30\24\22\21\00\04", U(1E32) }, /* Kdotbelow */ -- 2.30.2