From 04f2387455e7e849016bc80eec2b407377ceaf0f Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 24 Dec 2024 00:25:54 +0000 Subject: [PATCH] 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. --- bedstead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2