From: Ben Harris Date: Tue, 24 Dec 2024 00:25:54 +0000 (+0000) Subject: Put feature tag in a comment in each in TTX X-Git-Tag: bedstead-3.251~56 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=04f2387455e7e849016bc80eec2b407377ceaf0f;p=bedstead.git Put feature tag in a comment in each in TTX Now that the ssXX features don't have fixed suffixes it's useful to have something to say which is which. --- diff --git a/bedstead.c b/bedstead.c index 737bbcd..40ab55b 100644 --- a/bedstead.c +++ b/bedstead.c @@ -3592,7 +3592,7 @@ dogsub(void) printf(" \n"); printf(" \n"); for (i = 0; i < ngsub_features; i++) { - printf(" \n"); + printf(" \n", gsub_features[i].tag); if (gsub_features[i].suffix != NULL) { /* Single lookup for all glyphs with a suffix. */ TTXI("LookupType", 1);