From 9b03056b18b296c27b8fbff0273645d1a5cc3fe7 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 11 Jul 2017 13:50:16 +0100 Subject: [PATCH] Adjust U+02AC and U+02AD, bilabial and bidental percussive. I've reduced the size of the bidental percussive in general since it seems to be based on the dental diacritic. Having done that, it fits in the x-height, which is sensible since IPA is generally lower-case, and then it seems sensible to make the bilabial percussive fit in the x-height too. --- bedstead.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bedstead.c b/bedstead.c index e628345..bb5e709 100644 --- a/bedstead.c +++ b/bedstead.c @@ -681,8 +681,8 @@ struct glyph { {{010,020,020,036,025,025,025,001,006}, 0x02a9 }, /* feng ligature */ {{030,010,013,014,012,011,036,000,000}, 0x02aa }, /* ls ligature */ {{030,010,017,011,012,014,037,000,000}, 0x02ab }, /* lz ligature */ - {{021,025,012,000,021,025,012,000,000}, 0x02ac }, /* bilabial percussive */ - {{037,021,021,000,037,021,021,000,000}, 0x02ad }, /* bidental percussive */ + {{000,000,025,012,000,025,012,000,000}, 0x02ac }, /* bilabial percussive */ + {{000,000,016,012,000,016,012,000,000}, 0x02ad }, /* bidental percussive */ /* Spacing modifier letters */ {{020,020,030,024,024,000,000,000,000}, 0x02b0 }, /* Superscript H */ -- 2.30.2