Add "fi" and "fl" ligatures.

Not actually enabled as ligatures, since that would be silly, but some
character sets want them as presentation forms.
This commit is contained in:
Ben Harris 2017-11-24 21:38:42 +00:00
parent 08e561d2e3
commit c3842c2963

View 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" },