chiark / gitweb /
Add "fi" and "fl" ligatures.
authorBen Harris <bjh21@bjh21.me.uk>
Fri, 24 Nov 2017 21:38:42 +0000 (21:38 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Fri, 24 Nov 2017 21:38:42 +0000 (21:38 +0000)
Not actually enabled as ligatures, since that would be silly, but some
character sets want them as presentation forms.

bedstead.c

index 665608c4f08d0d5172dddd4a75fb96535b37cb8a..a82d6f1af5fad26c4c8c0cd116e8cf4424a4fe15 100644 (file)
@@ -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" },