From: Ben Harris Date: Mon, 30 Mar 2020 19:26:29 +0000 (+0100) Subject: Actually generate the 'ss14' substitutions X-Git-Tag: bedstead-002.002~40 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=7be4eb69452a58616b31227e8dc26335d35a7e64;p=bedstead-debian.git Actually generate the 'ss14' substitutions Without then, the feature doesn't work, and more surprisingly FontForge puts the description of the feature into string ID 0, which is meant to be the copyright notice. --- diff --git a/bedstead.c b/bedstead.c index d93c0b7..b62c628 100644 --- a/bedstead.c +++ b/bedstead.c @@ -2150,6 +2150,8 @@ dolookups(struct glyph const *g) printf("Substitution2: \"ss02\" %s\n", (*gp)->name); if (strcmp((*gp)->name + plen, "saa5054") == 0) printf("Substitution2: \"ss04\" %s\n", (*gp)->name); + if (strcmp((*gp)->name + plen, "sep4") == 0) + printf("Substitution2: \"ss14\" %s\n", (*gp)->name); if (strcmp((*gp)->name + plen, "sep6") == 0) printf("Substitution2: \"ss16\" %s\n", (*gp)->name); if (strcmp((*gp)->name + plen, "sc") == 0)