From: Ben Harris Date: Sun, 11 Oct 2009 22:14:55 +0000 (+0100) Subject: I don't think there's any need for my "palt" lookup to restrict itself from X-Git-Tag: bedstead-000.900~5 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=cf0d1e042964232a492c65ac93a90fed5cf0a8c9;p=bedstead.git 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. --- 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");