From: Ben Harris Date: Fri, 24 Nov 2017 21:38:42 +0000 (+0000) Subject: Add "fi" and "fl" ligatures. X-Git-Tag: bedstead-002.000~56 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=c3842c2963ec2981c07a907ea8804c5c8ed4efcf;p=bedstead.git Add "fi" and "fl" ligatures. Not actually enabled as ligatures, since that would be silly, but some character sets want them as presentation forms. --- diff --git a/bedstead.c b/bedstead.c index 665608c..a82d6f1 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1358,6 +1358,9 @@ static struct glyph { M(0x68), M(0x69), M(0x6a), M(0x6b), M(0x6c), M(0x6d), M(0x6e), M(0x6f), M(0x70), M(0x71), M(0x72), M(0x73), M(0x74), M(0x75), M(0x76), M(0x77), M(0x78), M(0x79), M(0x7a), M(0x7b), M(0x7c), M(0x7d), M(0x7e), M(0x7f), + /* Alphabetic Presentation Forms */ + {{006,010,036,012,012,012,017,000,000}, 0xfb01, "fi" }, + {{006,012,012,036,012,012,017,000,000}, 0xfb02, "fl" }, /* Specials */ {{016,021,025,011,016,012,016,000,000}, 0xfffd }, /* replacement */ {{037,021,021,021,021,021,037,000,000}, -1, ".notdef" },