From: Ben Harris Date: Sun, 9 Jul 2017 23:51:27 +0000 (+0100) Subject: Adjust t-based phonetic ligatures to better match "t". X-Git-Tag: bedstead-001.003~11 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=e94db4999b63d7b2da32e8d6ded1b7e1fcd23a5c;p=bedstead.git Adjust t-based phonetic ligatures to better match "t". I'd forgotten that it went up to the cap height and its crossbar was at the x-height. --- diff --git a/bedstead.c b/bedstead.c index 5fe1d5c..2991e9b 100644 --- a/bedstead.c +++ b/bedstead.c @@ -675,9 +675,9 @@ struct glyph { {{004,004,017,025,026,026,017,000,000}, 0x02a3 }, /* dz ligature */ {{004,004,017,025,026,025,015,001,006}, 0x02a4 }, /* dezh ligature */ {{004,004,017,025,026,026,017,005,002}, 0x02a5 }, /* dz-curl ligature */ - {{000,010,013,034,012,011,006,000,000}, 0x02a6 }, /* ts ligature */ - {{001,012,012,036,012,012,006,002,004}, 0x02a7 }, /* tesh ligature */ - {{000,020,023,034,024,024,016,005,002}, 0x02a8 }, /* tc-curl ligature */ + {{020,020,037,024,022,021,016,000,000}, 0x02a6 }, /* ts ligature */ + {{011,012,036,012,012,012,006,002,004}, 0x02a7 }, /* tesh ligature */ + {{020,030,023,024,024,024,016,005,002}, 0x02a8 }, /* tc-curl ligature */ {{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 */