From 75decb8817f8369849335bbcdf9538b40a2553e7 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 14 Dec 2019 14:55:56 +0000 Subject: [PATCH] A few extra glyphs with macrons. --- bedstead.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/bedstead.c b/bedstead.c index 543ff4e..b26c5b3 100644 --- a/bedstead.c +++ b/bedstead.c @@ -665,7 +665,11 @@ static struct glyph { {{012,012,012,012,012,012,012,012,012}, 0x01c1 }, /* Double pipe */ {{004,004,004,037,004,037,004,004,004}, 0x01c2 }, /* Double-barred pipe */ {{004,004,004,004,004,000,004,000,000}, 0x01c3 }, /* Exclamation point */ + {{016,000,017,024,026,034,027,000,000}, 0x01e2 }, /* AEmacron */ + {{016,000,012,005,017,024,016,000,000}, 0x01e3 }, /* aemacron */ {{012,004,000,004,004,004,004,004,010}, 0x01f0 }, /* J wedge */ + {{016,000,021,012,004,004,004,000,000}, 0x0232 }, /* Ymacron */ + {{016,000,021,021,021,021,017,001,016}, 0x0233 }, /* ymacron */ /* IPA extensions */ {{000,000,036,021,036,020,016,000,000}, 0x0250 }, /* Turned A */ @@ -980,6 +984,8 @@ static struct glyph { {{020,020,036,021,021,021,036,000,004}, 0x1e05 }, /* bdotbelow */ {{036,021,021,021,021,021,036,000,004}, 0x1e0c }, /* Ddotbelow */ {{001,001,017,021,021,021,017,000,004}, 0x1e0d }, /* ddotbelow */ + {{016,000,017,020,023,021,017,000,000}, 0x1e20 }, /* Gmacron */ + {{016,000,017,021,021,021,017,001,016}, 0x1e21 }, /* gmacron */ {{021,021,021,037,021,021,021,000,004}, 0x1e24 }, /* Hdotbelow */ {{020,020,036,021,021,021,021,000,004}, 0x1e25 }, /* hdotbelow */ {{012,000,021,021,037,021,021,000,000}, 0x1e26 }, /* Hdieresis */ @@ -994,8 +1000,10 @@ static struct glyph { {{000,000,036,021,021,021,021,000,004}, 0x1e47 }, /* ndotbelow */ {{036,021,021,036,024,022,021,000,004}, 0x1e5a }, /* Rdotbelow */ {{000,000,013,014,010,010,010,000,004}, 0x1e5b }, /* rdotbelow */ - {{016,021,020,016,001,021,016,000,004}, 0x1e5c }, /* Sdotbelow */ - {{000,000,017,020,016,001,036,000,004}, 0x1e5d }, /* sdotbelow */ + {{016,000,036,021,036,022,021,000,004}, 0x1e5c }, /* Rdotbelowmacron */ + {{016,000,013,014,010,010,010,000,004}, 0x1e5d }, /* rdotbelowmacron */ + {{016,021,020,016,001,021,016,000,004}, 0x1e62 }, /* Sdotbelow */ + {{000,000,017,020,016,001,036,000,004}, 0x1e63 }, /* sdotbelow */ {{037,004,004,004,004,004,004,000,004}, 0x1e6c }, /* Tdotbelow */ {{004,004,016,004,004,004,002,000,004}, 0x1e6d }, /* tdotbelow */ {{021,021,021,021,021,021,016,000,012}, 0x1e72 }, /* Udieresisbelow */ -- 2.30.2