From cf0d1e042964232a492c65ac93a90fed5cf0a8c9 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 11 Oct 2009 23:14:55 +0100 Subject: [PATCH] I don't think there's any need for my "palt" lookup to restrict itself from considering ligatures. For one thing, I don't have any. Why FontForge chose that as its default is anybody's guess. --- ttxt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttxt.c b/ttxt.c index 3db4359..797ba4a 100644 --- a/ttxt.c +++ b/ttxt.c @@ -602,7 +602,7 @@ main(int argc, char **argv) "['salt' ('DFLT' <'dflt'> 'arab' <'dflt'> 'latn' <'dflt'>)]\n"); printf("Lookup: 3 0 0 \"aalt: all alternates\" {\"aalt\"} " "['aalt' ('DFLT' <'dflt'> 'arab' <'dflt'> 'latn' <'dflt'>)]\n"); - printf("Lookup: 257 4 0 \"palt: proportional metrics\" {\"palt\"} " + printf("Lookup: 257 0 0 \"palt: proportional metrics\" {\"palt\"} " "['palt' ('DFLT' <'dflt'> 'arab' <'dflt'> 'latn' <'dflt'>)]\n"); printf("Lookup: 1 0 0 \"smcp: lower-case to small caps\" {\"smcp\"} " "['smcp' ('latn' <'dflt'>)]\n"); -- 2.30.2